Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 237576c

Browse files
committedMar 9, 2025·
Update vscode version
1 parent 869e4c5 commit 237576c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/test-harness/src/launchVscodeAndRunTests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
3535
// NB: We include the exact version here instead of in `test.yml` so that
3636
// we don't have to update the branch protection rules every time we bump
3737
// the legacy VSCode version.
38-
const vscodeVersion = useLegacyVscode ? "1.82.0" : "stable";
38+
const vscodeVersion = useLegacyVscode ? "1.82.0" : "1.97.2";
3939
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion);
4040
const [cli, ...args] =
4141
resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);

0 commit comments

Comments
 (0)
Please sign in to comment.