Skip to content

Commit e8c3f16

Browse files
pin all platforms
1 parent d41c325 commit e8c3f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +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-
const vscodeVersion = useLegacyVscode ? "1.82.0" : "stable";
39+
const vscodeVersion = useLegacyVscode ? "1.82.0" : "1.97.2";
4040
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion);
4141
const [cli, ...args] =
4242
resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);

0 commit comments

Comments
 (0)