summaryrefslogtreecommitdiff
path: root/extension/DEV_README.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-03 19:34:33 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-03 19:34:33 -0700
commit813329600c2c7022b006ba566a869179db067089 (patch)
tree2c8bc43eb8e306851ff33780f03ec5adc32d2dae /extension/DEV_README.md
parentb3c3a3fd2b93c4056bd4d329579fb41e6a83c4ca (diff)
downloadsncontinue-813329600c2c7022b006ba566a869179db067089.tar.gz
sncontinue-813329600c2c7022b006ba566a869179db067089.tar.bz2
sncontinue-813329600c2c7022b006ba566a869179db067089.zip
fix python version on windows, other bugs, jest
Diffstat (limited to 'extension/DEV_README.md')
-rw-r--r--extension/DEV_README.md4
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`.