You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -402,7 +402,7 @@
402
402
]
403
403
},
404
404
{
405
-
"id": "objectscript-output",
405
+
"id": "vscode-objectscript-output",
406
406
"mimetypes": [
407
407
"text/x-code-output"
408
408
]
@@ -936,6 +936,16 @@
936
936
"description": "Automatically show terminal when connected to docker-compose.",
937
937
"type": "boolean",
938
938
"default": false
939
+
},
940
+
"objectscript.compileOnSave": {
941
+
"description": "Automatically compile an InterSystems file when saved in the editor.",
942
+
"type": "boolean",
943
+
"default": true
944
+
},
945
+
"objectscript.multilineMethodArgs": {
946
+
"markdownDescription": "List method arguments on multiple lines, if the server supports it. **NOTE:** Only supported on IRIS 2019.1.2, 2020.1.1+, 2021.1.0+ and subsequent versions! On all other versions, this setting will have no effect.",
0 commit comments