Skip to content

Commit 4bc7724

Browse files
Copilotnturinski
andauthored
Replace downloadAndUnzipVSCode('insiders') with 'stable' in test runner (#981)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nturinski <5290572+nturinski@users.noreply.github.com>
1 parent b00df4c commit 4bc7724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as path from 'path';
99

1010
async function main(): Promise<void> {
1111
try {
12-
const vscodeExecutablePath = await downloadAndUnzipVSCode('insiders');
12+
const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
1313
const [cli, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
1414

1515
cp.spawnSync(

0 commit comments

Comments
 (0)