summaryrefslogtreecommitdiff
path: root/extension/DEV_README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-05 09:30:51 +0200
committerTy Dunn <ty@tydunn.com>2023-06-05 09:30:51 +0200
commit897e6dc1239be26db74a933d10325b86ae55e5fb (patch)
tree1b462d1ab3bb2a2b0fc134ba92d3af7da2d72a57 /extension/DEV_README.md
parentdb0c493850d73c9d05f96ce1c5a04fc318c77422 (diff)
parent99d0cf12dcd1481e719e78483fc7df080dc95954 (diff)
downloadsncontinue-897e6dc1239be26db74a933d10325b86ae55e5fb.tar.gz
sncontinue-897e6dc1239be26db74a933d10325b86ae55e5fb.tar.bz2
sncontinue-897e6dc1239be26db74a933d10325b86ae55e5fb.zip
addressing conflicts
Diffstat (limited to 'extension/DEV_README.md')
-rw-r--r--extension/DEV_README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/DEV_README.md b/extension/DEV_README.md
index 4df0e926..fc91fe32 100644
--- a/extension/DEV_README.md
+++ b/extension/DEV_README.md
@@ -3,7 +3,7 @@
This is the Continue VS Code Extension. Its primary jobs are
1. Implement the IDE side of the Continue IDE protocol, allowing a Continue server to interact natively in an IDE. This happens in `src/continueIdeClient.ts`.
-2. Open the Continue React app in a side panel. The React app's source code lives in the `react-app` directory. The panel is opened by the `continue.openDebugPanel` command, as defined in `src/commands.ts`.
+2. Open the Continue React app in a side panel. The React app's source code lives in the `react-app` directory. The panel is opened by the `continue.openContinueGUI` command, as defined in `src/commands.ts`.
3. Run a Continue server in the background, which connects to both the IDE protocol and the React app. The server is launched in `src/activation/environmentSetup.ts` by calling Python code that lives in `scripts/` (unless extension settings define a server URL other than localhost:8000, in which case the extension will just connect to that).
1. Open Continue \ No newline at end of file