Skip to content

Commit dc50f44

Browse files
Apply suggestions from code review
Co-authored-by: John Murray <[email protected]>
1 parent 7effe96 commit dc50f44

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,12 +708,12 @@
708708
"objectscript.studioActionDebugOutput": {
709709
"type": "boolean",
710710
"default": false,
711-
"description": "Output the action that VSCode should perform as requested by the server in JSON format."
711+
"description": "Output the action that VS Code should perform as requested by the server in JSON format."
712712
},
713713
"objectscript.ignoreInstallServerManager": {
714714
"type": "boolean",
715715
"default": false,
716-
"markdownDescription": "Do not offer to install `#intersystems-community.servermanager#` extension"
716+
"markdownDescription": "Do not offer to install the [intersystems-community.servermanager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) helper extension."
717717
}
718718
}
719719
},

src/extension.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,7 @@ async function serverManager(): Promise<void> {
263263
}
264264
return vscode.window
265265
.showInformationMessage(
266-
`Extension InterSystems® Server Manager have not installed,
267-
it's recommended to install it.`,
266+
"The InterSystems® Server Manager extension is recommended to help you define connections."
268267
"Install",
269268
"Skip",
270269
"Ignore"

0 commit comments

Comments
 (0)