diff options
Diffstat (limited to 'extension/DEV_README.md')
-rw-r--r-- | extension/DEV_README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/DEV_README.md b/extension/DEV_README.md index cf168cb3..c247b82c 100644 --- a/extension/DEV_README.md +++ b/extension/DEV_README.md @@ -7,3 +7,7 @@ This is the Continue VS Code Extension. Its primary jobs are 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). 4. Open Continue + +# Notes + +- We require vscode engine `^1.67.0` and use `@types/vscode` version `1.67.0` because this is the earliest version that doesn't break any of the APIs we are using. If you go back to `1.66.0`, then it will break `vscode.window.tabGroups`. |