Skip to content

Commit

Permalink
Fix spelling mistake in lsp message (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 27, 2023
1 parent 80012a5 commit eb99163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LanguageServerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export class LanguageServerManager {
} catch (e) {
console.error(e);
//fall back to the embedded version, and show a popup
await vscode.window.showErrorMessage(`Can't find language sever at "${bsdkPath}". Using embedded version v${this.embeddedBscInfo.version} instead.`);
await vscode.window.showErrorMessage(`Can't find language server at "${bsdkPath}". Using embedded version v${this.embeddedBscInfo.version} instead.`);
this.selectedBscInfo = this.embeddedBscInfo;
}

Expand Down

0 comments on commit eb99163

Please sign in to comment.