Skip to content

Commit dc82947

Browse files
authored
Merge pull request #7523 from dibarbet/use_older_version
Use older version of VSCode in integration tests to workaround extension install issue
2 parents f2000ec + 45185b2 commit dc82947

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
@@ -17,7 +17,7 @@ function getSln(workspacePath: string): string | undefined {
1717

1818
async function main() {
1919
try {
20-
const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
20+
const vscodeExecutablePath = await downloadAndUnzipVSCode('1.92.2');
2121
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
2222

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

0 commit comments

Comments
 (0)