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
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1477,11 +1477,6 @@
1477
1477
"default": false,
1478
1478
"description": "Output in JSON format the action that VS Code should perform as requested by the server."
1479
1479
},
1480
-
"objectscript.ignoreInstallServerManager": {
1481
-
"type": "boolean",
1482
-
"default": false,
1483
-
"markdownDescription": "Do not offer to install the [intersystems-community.servermanager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) extension."
1484
-
},
1485
1480
"objectscript.autoShowTerminal": {
1486
1481
"description": "Automatically show terminal when connected to docker-compose.",
// Such command do not exists, suppose we are under Theia, it's not possible to install this extension this way
490
-
return;
491
-
}
492
-
awaitvscode.window
493
-
.showInformationMessage(
494
-
`The [InterSystems Server Manager extension](https://marketplace.visualstudio.com/items?itemName=${smExtensionId}) is recommended to help you [define connections and store passwords securely](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_config#GVSCO_config_addserver) in your keychain.`,
@@ -534,19 +488,15 @@ function languageServer(install = true): vscode.Extension<any> {
534
488
}
535
489
awaitvscode.window
536
490
.showInformationMessage(
537
-
`Install the [InterSystems Language Server extension](https://marketplace.visualstudio.com/items?itemName=${lsExtensionId}) for best handling of ObjectScript code.`,
491
+
`Install the [InterSystems Language Server extension](https://marketplace.visualstudio.com/items?itemName=${lsExtensionId}) for improved intellisense and syntax coloring for ObjectScript code.`,
0 commit comments