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 040e590 commit 7e2df8aCopy full SHA for 7e2df8a
src/test/standardTest.ts
@@ -89,7 +89,7 @@ async function start() {
89
console.log('VS Code executable', vscodeExecutablePath);
90
const launchArgs = baseLaunchArgs
91
.concat([workspacePath])
92
- .concat(channel === 'insiders' ? ['--enable-proposed-api'] : [])
+ .concat(['--enable-proposed-api'])
93
.concat(['--timeout', '5000']);
94
console.log(`Starting vscode ${channel} with args ${launchArgs.join(' ')}`);
95
const options: TestOptions = {
0 commit comments