File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/test-harness/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments