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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,6 @@
64
64
"onDebugInitialConfigurations"
65
65
],
66
66
"main": "./dist/extension",
67
-
"extensionDependencies": [
68
-
"intersystems-community.servermanager"
69
-
],
70
67
"contributes": {
71
68
"menus": {
72
69
"commandPalette": [
@@ -715,7 +712,12 @@
715
712
"objectscript.studioActionDebugOutput": {
716
713
"type": "boolean",
717
714
"default": false,
718
-
"description": "Output the action that VSCode should perform as requested by the server in JSON format."
715
+
"description": "Output the action that VS Code should perform as requested by the server in JSON format."
716
+
},
717
+
"objectscript.ignoreInstallServerManager": {
718
+
"type": "boolean",
719
+
"default": false,
720
+
"markdownDescription": "Do not offer to install the [intersystems-community.servermanager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) helper extension."
0 commit comments