We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd54bc5 commit 16cbdc8Copy full SHA for 16cbdc8
packages/test-harness/src/launchVscodeAndRunTests.ts
@@ -35,6 +35,10 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
35
// NB: We include the exact version here instead of in `test.yml` so that
36
// we don't have to update the branch protection rules every time we bump
37
// the legacy VSCode version.
38
+
39
+ // NB: Because of a CI crashing issue the vscode version is pinned.
40
+ // https://github.com/cursorless-dev/cursorless/issues/2878
41
42
const vscodeVersion = useLegacyVscode
43
? "1.82.0"
44
: os.platform() === "win32"
0 commit comments