We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869e4c5 commit 237576cCopy full SHA for 237576c
packages/test-harness/src/launchVscodeAndRunTests.ts
@@ -35,7 +35,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
35
// NB: We include the exact version here instead of in `test.yml` so that
36
// we don't have to update the branch protection rules every time we bump
37
// the legacy VSCode version.
38
- const vscodeVersion = useLegacyVscode ? "1.82.0" : "stable";
+ const vscodeVersion = useLegacyVscode ? "1.82.0" : "1.97.2";
39
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion);
40
const [cli, ...args] =
41
resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
0 commit comments