Fixed a couple of misspellings in comments. No functional change.

This commit is contained in:
Eric Traut 2023-03-20 20:16:50 -06:00
parent d860256d58
commit bc15a7b742

View File

@ -1528,7 +1528,7 @@ export abstract class LanguageServerBase implements LanguageServerInterface {
this.updateSettingsForWorkspace(workspace, workspace.isInitialized).ignoreErrors();
}
// Otherwise the intiailize completion should cause settings to be updated on all workspaces.
// Otherwise the initialize completion should cause settings to be updated on all workspaces.
}
protected createAnalyzerServiceForWorkspace(
@ -1644,7 +1644,7 @@ export abstract class LanguageServerBase implements LanguageServerInterface {
break;
}
// if the client doesn't support "taskitem" tags, don't report.
// if the client doesn't support "task item" tags, don't report.
if (!this.client.supportsTaskItemDiagnosticTag) {
return;
}