|
2 | 2 | "name": "vscode-objectscript", |
3 | 3 | "displayName": "InterSystems ObjectScript", |
4 | 4 | "description": "InterSystems ObjectScript language support for Visual Studio Code", |
5 | | - "version": "1.2.3-SNAPSHOT", |
| 5 | + "version": "1.4.2-SNAPSHOT", |
6 | 6 | "icon": "images/logo.png", |
7 | 7 | "aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64", |
8 | 8 | "categories": [ |
|
52 | 52 | "enableProposedApi": true, |
53 | 53 | "enabledApiProposals": [ |
54 | 54 | "fileSearchProvider", |
55 | | - "textSearchProvider" |
| 55 | + "textSearchProvider", |
| 56 | + "outputChannelLanguage" |
56 | 57 | ], |
57 | 58 | "activationEvents": [ |
58 | 59 | "onDebug", |
|
72 | 73 | "onCommand:vscode-objectscript.hideExplorerForWorkspace", |
73 | 74 | "onCommand:vscode-objectscript.showExplorerForWorkspace", |
74 | 75 | "onLanguage:objectscript", |
| 76 | + "onLanguage:objectscript-int", |
75 | 77 | "onLanguage:objectscript-class", |
76 | 78 | "onLanguage:objectscript-macros", |
77 | 79 | "onLanguage:xml", |
|
415 | 417 | "ObjectScript" |
416 | 418 | ], |
417 | 419 | "extensions": [ |
418 | | - ".mac", |
| 420 | + ".mac" |
| 421 | + ] |
| 422 | + }, |
| 423 | + { |
| 424 | + "id": "objectscript-int", |
| 425 | + "aliases": [ |
| 426 | + "ObjectScript INT" |
| 427 | + ], |
| 428 | + "extensions": [ |
419 | 429 | ".int" |
420 | 430 | ], |
421 | 431 | "icon": { |
|
465 | 475 | }, |
466 | 476 | { |
467 | 477 | "id": "vscode-objectscript-output", |
468 | | - "aliases": [], |
469 | | - "mimetypes": [ |
470 | | - "text/x-code-output" |
471 | | - ] |
| 478 | + "aliases": [] |
472 | 479 | } |
473 | 480 | ], |
474 | 481 | "grammars": [ |
|
482 | 489 | "text.js": "js" |
483 | 490 | } |
484 | 491 | }, |
| 492 | + { |
| 493 | + "language": "objectscript-int", |
| 494 | + "scopeName": "source.objectscript", |
| 495 | + "path": "syntaxes/objectscript.tmLanguage.json" |
| 496 | + }, |
485 | 497 | { |
486 | 498 | "language": "objectscript-class", |
487 | 499 | "scopeName": "source.objectscript_class", |
|
506 | 518 | "language": "objectscript-csp", |
507 | 519 | "scopeName": "source.objectscript_csp", |
508 | 520 | "path": "syntaxes/objectscript-csp.tmLanguage.json" |
| 521 | + }, |
| 522 | + { |
| 523 | + "language": "vscode-objectscript-output", |
| 524 | + "scopeName": "source.vscode_objectscript_output", |
| 525 | + "path": "syntaxes/vscode-objectscript-output.tmLanguage.json" |
509 | 526 | } |
510 | 527 | ], |
511 | 528 | "snippets": [ |
|
516 | 533 | { |
517 | 534 | "language": "objectscript", |
518 | 535 | "path": "./snippets/objectscript.json" |
| 536 | + }, |
| 537 | + { |
| 538 | + "language": "objectscript-int", |
| 539 | + "path": "./snippets/objectscript-int.json" |
519 | 540 | } |
520 | 541 | ], |
521 | 542 | "commands": [ |
|
1063 | 1084 | { |
1064 | 1085 | "language": "objectscript" |
1065 | 1086 | }, |
| 1087 | + { |
| 1088 | + "language": "objectscript-int" |
| 1089 | + }, |
1066 | 1090 | { |
1067 | 1091 | "language": "objectscript-class" |
1068 | 1092 | } |
|
1205 | 1229 | "glob": "^7.1.6", |
1206 | 1230 | "iconv-lite": "^0.6.0", |
1207 | 1231 | "mkdirp": "^1.0.4", |
1208 | | - "node-fetch": "3.0.0", |
| 1232 | + "node-fetch-cjs": "3.1.1", |
1209 | 1233 | "vscode-cache": "^0.3.0", |
1210 | 1234 | "vscode-debugadapter": "^1.41.0", |
1211 | 1235 | "vscode-debugprotocol": "^1.41.0", |
|
0 commit comments