File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
packages/test-harness/src Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,7 @@ 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-
42- const vscodeVersion = useLegacyVscode
43- ? "1.82.0"
44- : os . platform ( ) === "win32"
45- ? "stable"
46- : "1.97.2" ;
39+ const vscodeVersion = useLegacyVscode ? "1.82.0" : "stable" ;
4740 const vscodeExecutablePath = await downloadAndUnzipVSCode ( vscodeVersion ) ;
4841 const [ cli , ...args ] =
4942 resolveCliArgsFromVSCodeExecutablePath ( vscodeExecutablePath ) ;
You can’t perform that action at this time.
0 commit comments