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: src/extension.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -383,7 +383,7 @@ async function languageServer(): Promise<vscode.Extension<any>> {
383
383
}
384
384
awaitvscode.window
385
385
.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 LanguageServer extension](https://marketplace.visualstudio.com/items?itemName=${extId}) for best handling of ObjectScript code.`,
0 commit comments