Skip to content

Commit 59d038d

Browse files
committed
try to fix CI test step
1 parent 034933b commit 59d038d

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
@@ -29,7 +29,7 @@ async function main() {
2929
installExtension("intersystems-community.servermanager");
3030
installExtension("intersystems.language-server");
3131

32-
const launchArgs = ["-n", workspace];
32+
const launchArgs = ["-n", workspace, "--enable-proposed-api", "intersystems-community.vscode-objectscript"];
3333

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

0 commit comments

Comments
 (0)