summaryrefslogtreecommitdiff
path: root/extension/DEV_README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-05 08:53:48 +0200
committerTy Dunn <ty@tydunn.com>2023-06-05 08:53:48 +0200
commit61ef38efa40e6ef61efa375de5daea4306b635d9 (patch)
treee630618fdf84227dfce5e74d341823a94c825af7 /extension/DEV_README.md
parenta3734d0500c412af891265c1855a43b19752f4e5 (diff)
downloadsncontinue-61ef38efa40e6ef61efa375de5daea4306b635d9.tar.gz
sncontinue-61ef38efa40e6ef61efa375de5daea4306b635d9.tar.bz2
sncontinue-61ef38efa40e6ef61efa375de5daea4306b635d9.zip
outcomes of work session
Diffstat (limited to 'extension/DEV_README.md')
-rw-r--r--extension/DEV_README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/DEV_README.md b/extension/DEV_README.md
index 7049da45..4df0e926 100644
--- a/extension/DEV_README.md
+++ b/extension/DEV_README.md
@@ -5,3 +5,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`.
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