We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19644c0 commit 9b13203Copy full SHA for 9b13203
extension/lsp/lsp.ts
@@ -90,7 +90,7 @@ export class MojoLSPManager extends DisposableContext {
90
vscode.commands.registerCommand('mojo.lsp.stop', async () => {
91
if (this.lspClient) {
92
await this.lspClient.stop();
93
- // We do not set lspClient to undefined, as this would trigger
+ // We do not set lspClient to undefined, as this would trigger
94
// restarting the client when a new mojo file is opened.
95
}
96
}),
0 commit comments