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.
2 parents f1530f2 + ffd1761 commit 2003a7dCopy full SHA for 2003a7d
src/test/runTest.ts
@@ -12,7 +12,10 @@ async function main() {
12
// Passed to --extensionTestsPath
13
const extensionTestsPath = path.resolve(__dirname, "./suite/index");
14
15
- const launchArgs = [];
+ const launchArgs = [
16
+ "--install-extension", "intersystems-community.servermanager",
17
+ "--install-extension", "intersystems-community.vscode-objectscript"
18
+ ];
19
20
// Download VS Code, unzip it and run the integration test
21
await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs });
0 commit comments