We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c4b836 + 310e3b7 commit df103a9Copy full SHA for df103a9
test/vscodeLauncher.ts
@@ -15,7 +15,7 @@ export async function prepareVSCodeAndExecuteTests(
15
userDataDir: string,
16
env: NodeJS.ProcessEnv
17
): Promise<number> {
18
- const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
+ const vscodeExecutablePath = await downloadAndUnzipVSCode('1.94.2');
19
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
20
21
console.log('Display: ' + env.DISPLAY);
0 commit comments