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 8d9a8f8 + db3d743 commit ffd1761Copy full SHA for ffd1761
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