diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-03 19:42:38 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-03 19:42:38 -0700 |
commit | 524c7bd433b8bfcc96ca1d95c6fbd27ce52ccb54 (patch) | |
tree | e9a148b84074c211b75e2623a73326e31a6e5bb1 /extension/DEV_README.md | |
parent | 49de11a268d047da918ead7f0789b30145e92df1 (diff) | |
parent | ed85171a423048a2a11a7d2a911dea8c4f332324 (diff) | |
download | sncontinue-524c7bd433b8bfcc96ca1d95c6fbd27ce52ccb54.tar.gz sncontinue-524c7bd433b8bfcc96ca1d95c6fbd27ce52ccb54.tar.bz2 sncontinue-524c7bd433b8bfcc96ca1d95c6fbd27ce52ccb54.zip |
Merge branch 'main' of github.com:continuedev/continue
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`. |