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 | 69784df58a7b0f6aaebd6eb7f7c260a63fc36055 (patch) | |
tree | be6c13e68bbbc004f37a1890645e06f2d354e2a3 /extension/DEV_README.md | |
parent | 951ab7ca88a56502bbea635ad34ef9adb2403d37 (diff) | |
download | sncontinue-69784df58a7b0f6aaebd6eb7f7c260a63fc36055.tar.gz sncontinue-69784df58a7b0f6aaebd6eb7f7c260a63fc36055.tar.bz2 sncontinue-69784df58a7b0f6aaebd6eb7f7c260a63fc36055.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 |