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 5d2751b commit f8ec3b9Copy full SHA for f8ec3b9
src/test/runTest.ts
@@ -12,7 +12,7 @@ async function main() {
12
// Passed to --extensionTestsPath
13
const extensionTestsPath = path.resolve(__dirname, "./suite/index");
14
15
- const launchArgs = ["--enable-proposed-api", "intersystems.servermanager"];
+ const launchArgs = [];
16
17
// Download VS Code, unzip it and run the integration test
18
await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs });
0 commit comments