We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0565240 commit 89e03ebCopy full SHA for 89e03eb
test/index.ts
@@ -12,7 +12,7 @@ async function main(): Promise<void> {
12
// test fails in macOS since the limitation of path length
13
// See: https://github.com/microsoft/vscode/issues/86382#issuecomment-593765388
14
const userDir = fs.mkdtempSync(path.join(os.tmpdir(), "vscode-user"));
15
- const vscodeExecutablePath = await downloadAndUnzipVSCode();
+ const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
16
17
// Resolve redhat.java dependency
18
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
0 commit comments