From 813329600c2c7022b006ba566a869179db067089 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 3 Jul 2023 19:34:33 -0700 Subject: fix python version on windows, other bugs, jest --- extension/DEV_README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extension/DEV_README.md') 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`. -- cgit v1.2.3-70-g09d2