Skip to content

Commit 6684bd2

Browse files
restore version
1 parent 22a33c5 commit 6684bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +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" : "1.98.0";
39-
// const vscodeVersion = useLegacyVscode ? "1.82.0" : "1.97.2";
38+
const vscodeVersion = useLegacyVscode ? "1.82.0" : "stable";
4039
const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion);
4140
const [cli, ...args] =
4241
resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
@@ -70,6 +69,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
7069
vscodeExecutablePath,
7170
extensionDevelopmentPath,
7271
extensionTestsPath,
72+
7373
// Note: Crash dump causes legacy VSCode and Windows to hang, so we just
7474
// don't bother. Can be re-enabled if we ever need it; on windows it only
7575
// hangs some of the time, so might be enough to get a crash dump when you

0 commit comments

Comments
 (0)