Skip to content

Commit bf11aea

Browse files
Update src/extension.ts
Co-authored-by: John Murray <[email protected]>
1 parent 7155e43 commit bf11aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ async function languageServer(): Promise<vscode.Extension<any>> {
383383
}
384384
await vscode.window
385385
.showInformationMessage(
386-
`Install the [InterSystems Language-Server extension](https://marketplace.visualstudio.com/items?itemName=${extId}) for best handling of ObjectScript code.`,
386+
`Install the [InterSystems Language Server extension](https://marketplace.visualstudio.com/items?itemName=${extId}) for best handling of ObjectScript code.`,
387387
"Install",
388388
"Later"
389389
)

0 commit comments

Comments
 (0)