Skip to content

Commit fd2aab4

Browse files
Run latest stable vscode version in CI tests
1 parent e2b066f commit fd2aab4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
3535
// we don't have to update the branch protection rules every time we bump
3636
// the legacy VSCode version.
3737

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

0 commit comments

Comments
 (0)