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 ac44eca commit 404851eCopy full SHA for 404851e
test/runTest.ts
@@ -12,7 +12,7 @@ async function main() {
12
// Passed to --extensionTestsPath
13
const extensionTestsPath = path.resolve(__dirname, './index');
14
15
- const launchArgs = ["--disable-extensions", "--install-extension ms-vscode.cpptools"];
+ const launchArgs = ["--disable-extensions", "--install-extension=ms-vscode.cpptools"];
16
// Download VS Code, unzip it and run the integration test
17
await runTests({ launchArgs, extensionDevelopmentPath, extensionTestsPath });
18
} catch (err) {
0 commit comments