Skip to content

Commit 756f27e

Browse files
Merge pull request #806 from gjsjohnmurray/fix-805
Hide 'vscode-objectscript-output' language from selector (fixes #805)
2 parents 71dfd3e + 59d038d commit 756f27e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@
440440
},
441441
{
442442
"id": "vscode-objectscript-output",
443+
"aliases": [],
443444
"mimetypes": [
444445
"text/x-code-output"
445446
]

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)