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
commit08d1d790eecc10fd4eaa250cd2682fa936a45ef8 (patch)
tree53d5b6563331c6e21b26dfd90db45cecdcc4c52c /extension/DEV_README.md
parent09e7ced1dfe10f15ffcbce9717a33c7fd43b0059 (diff)
downloadsncontinue-08d1d790eecc10fd4eaa250cd2682fa936a45ef8.tar.gz
sncontinue-08d1d790eecc10fd4eaa250cd2682fa936a45ef8.tar.bz2
sncontinue-08d1d790eecc10fd4eaa250cd2682fa936a45ef8.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).