Skip to content

Commit f8ec3b9

Browse files
committed
removed mentioing proposed api
1 parent 5d2751b commit f8ec3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/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, "./suite/index");
1414

15-
const launchArgs = ["--enable-proposed-api", "intersystems.servermanager"];
15+
const launchArgs = [];
1616

1717
// Download VS Code, unzip it and run the integration test
1818
await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs });

0 commit comments

Comments
 (0)