diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-05 12:09:18 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-05 12:09:18 -0400 |
commit | 9cda43f842b2489ce3119f43596a1a8a997adeb2 (patch) | |
tree | 6df9ae095b5222530b317f51f86217f8737387d8 /extension/DEV_README.md | |
parent | 4c9ed33c14df9e37d7d11faafb4182a3534141ca (diff) | |
parent | ffdfad51ffff037565e7b07a2e38c1cbcb6066da (diff) | |
download | sncontinue-9cda43f842b2489ce3119f43596a1a8a997adeb2.tar.gz sncontinue-9cda43f842b2489ce3119f43596a1a8a997adeb2.tar.bz2 sncontinue-9cda43f842b2489ce3119f43596a1a8a997adeb2.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension/DEV_README.md')
-rw-r--r-- | extension/DEV_README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/DEV_README.md b/extension/DEV_README.md index dd02bf59..fc91fe32 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.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 |