diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-27 23:35:49 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-27 23:35:49 -0700 |
commit | ec4585f2a390186b0828d555c8dff2c65f0fce6a (patch) | |
tree | 3e343801962fa4c370be771b4cab982fa6cd1dc7 /extension/DEV_README.md | |
parent | 1d754c5d3a993712e8c5e1cb582ac9926185e007 (diff) | |
download | sncontinue-ec4585f2a390186b0828d555c8dff2c65f0fce6a.tar.gz sncontinue-ec4585f2a390186b0828d555c8dff2c65f0fce6a.tar.bz2 sncontinue-ec4585f2a390186b0828d555c8dff2c65f0fce6a.zip |
use a more esoteric port than 8000 (65432)
Diffstat (limited to 'extension/DEV_README.md')
-rw-r--r-- | extension/DEV_README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/DEV_README.md b/extension/DEV_README.md index fc91fe32..cf168cb3 100644 --- a/extension/DEV_README.md +++ b/extension/DEV_README.md @@ -4,6 +4,6 @@ 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). +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:65432, in which case the extension will just connect to that). -1. Open Continue
\ No newline at end of file +4. Open Continue |