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 e8c3f16 commit 3a110a2Copy full SHA for 3a110a2
packages/test-harness/src/launchVscodeAndRunTests.ts
@@ -36,6 +36,9 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
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 ? "1.82.0" : "1.97.2";
43
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion);
44
const [cli, ...args] =
0 commit comments