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 e2b066f commit fd2aab4Copy full SHA for fd2aab4
packages/test-harness/src/launchVscodeAndRunTests.ts
@@ -35,10 +35,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
35
// we don't have to update the branch protection rules every time we bump
36
// the legacy VSCode version.
37
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";
+ const vscodeVersion = useLegacyVscode ? "1.82.0" : "stable";
42
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion);
43
const [cli, ...args] =
44
resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
0 commit comments