summaryrefslogtreecommitdiff
path: root/extension/DEV_README.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-04 18:04:39 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-04 18:04:39 -0400
commit897279d79739711ad75e18ccb409e1671aa159f7 (patch)
tree1001f1460a19dd230066c36e6c7b3c512c28b8ae /extension/DEV_README.md
parent73e1f6c9e4634dbb4bbdde391a6730f5f90653d1 (diff)
downloadsncontinue-897279d79739711ad75e18ccb409e1671aa159f7.tar.gz
sncontinue-897279d79739711ad75e18ccb409e1671aa159f7.tar.bz2
sncontinue-897279d79739711ad75e18ccb409e1671aa159f7.zip
docusaurus link fixing
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 7049da45..dd02bf59 100644
--- a/extension/DEV_README.md
+++ b/extension/DEV_README.md
@@ -3,5 +3,5 @@
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).