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