Skip to content

Commit

Permalink
fix: #1859 (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Mar 30, 2022
1 parent 4aebe10 commit b74b5f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/src/statusbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export function initStatusBar(context: ExtensionContext, client: CSpellClient):
}

function onDidChangeDiag(e: vscode.DiagnosticChangeEvent) {
console.error(`onDidChangeDiag ${new Date().toISOString()} %o`, e);
for (const uri of e.uris) {
if (uri.toString() === lastUri) {
setTimeout(() => updateStatusBar(undefined, false), 250);
Expand Down

0 comments on commit b74b5f8

Please sign in to comment.