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 f2000ec commit 45185b2Copy full SHA for 45185b2
test/vscodeLauncher.ts
@@ -17,7 +17,7 @@ function getSln(workspacePath: string): string | undefined {
17
18
async function main() {
19
try {
20
- const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
+ const vscodeExecutablePath = await downloadAndUnzipVSCode('1.92.2');
21
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
22
23
console.log('Display: ' + process.env.DISPLAY);
0 commit comments