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.
1 parent 40f770c commit 310e3b7Copy full SHA for 310e3b7
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