Skip to content

Commit 404851e

Browse files
committed
installing external dep extensions
1 parent ac44eca commit 404851e

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
@@ -12,7 +12,7 @@ async function main() {
1212
// Passed to --extensionTestsPath
1313
const extensionTestsPath = path.resolve(__dirname, './index');
1414

15-
const launchArgs = ["--disable-extensions", "--install-extension ms-vscode.cpptools"];
15+
const launchArgs = ["--disable-extensions", "--install-extension=ms-vscode.cpptools"];
1616
// Download VS Code, unzip it and run the integration test
1717
await runTests({ launchArgs, extensionDevelopmentPath, extensionTestsPath });
1818
} catch (err) {

0 commit comments

Comments
 (0)