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 034933b commit 59d038dCopy full SHA for 59d038d
src/test/runTest.ts
@@ -29,7 +29,7 @@ async function main() {
29
installExtension("intersystems-community.servermanager");
30
installExtension("intersystems.language-server");
31
32
- const launchArgs = ["-n", workspace];
+ const launchArgs = ["-n", workspace, "--enable-proposed-api", "intersystems-community.vscode-objectscript"];
33
34
// Download VS Code, unzip it and run the integration test
35
await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs });
0 commit comments