Skip to content

Commit df103a9

Browse files
authored
Merge pull request #7708 from dibarbet/downgrade_vscode
Temporarily downgrade VSCode version to fix integration tests
2 parents 4c4b836 + 310e3b7 commit df103a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vscodeLauncher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function prepareVSCodeAndExecuteTests(
1515
userDataDir: string,
1616
env: NodeJS.ProcessEnv
1717
): Promise<number> {
18-
const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
18+
const vscodeExecutablePath = await downloadAndUnzipVSCode('1.94.2');
1919
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
2020

2121
console.log('Display: ' + env.DISPLAY);

0 commit comments

Comments
 (0)