Skip to content

Commit

Permalink
fix CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Oct 16, 2024
1 parent e6bfe8c commit 23312b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-harness/src/launchVscodeAndRunTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
// NB: We include the exact version here instead of in `test.yml` so that
// we don't have to update the branch protection rules every time we bump
// the legacy VSCode version.
const vscodeVersion = useLegacyVscode ? "1.79.2" : "stable";
const vscodeVersion = useLegacyVscode ? "1.82.0" : "stable";
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion);
const [cli, ...args] =
resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
Expand Down

0 comments on commit 23312b2

Please sign in to comment.