Skip to content

Commit 9b13203

Browse files
committed
fixed linting
1 parent 19644c0 commit 9b13203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/lsp/lsp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class MojoLSPManager extends DisposableContext {
9090
vscode.commands.registerCommand('mojo.lsp.stop', async () => {
9191
if (this.lspClient) {
9292
await this.lspClient.stop();
93-
// We do not set lspClient to undefined, as this would trigger
93+
// We do not set lspClient to undefined, as this would trigger
9494
// restarting the client when a new mojo file is opened.
9595
}
9696
}),

0 commit comments

Comments
 (0)