Skip to content

Commit 3a110a2

Browse files
Restore comment
1 parent e8c3f16 commit 3a110a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
3636
// we don't have to update the branch protection rules every time we bump
3737
// the legacy VSCode version.
3838

39+
// NB: Because of a CI crashing issue the vscode version is pinned.
40+
// https://github.com/cursorless-dev/cursorless/issues/2878
41+
3942
const vscodeVersion = useLegacyVscode ? "1.82.0" : "1.97.2";
4043
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion);
4144
const [cli, ...args] =

0 commit comments

Comments
 (0)