Skip to content

Commit

Permalink
Increase debounce timeout slightly to 500ms.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Dec 8, 2017
1 parent cfddeb9 commit b61baff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzer_status_reporter.ts
Expand Up @@ -45,7 +45,7 @@ export class AnalyzerStatusReporter extends Disposable {
setTimeout(() => {
if (this.statusShowing)
this.statusBarItem.show();
}, 250);
}, 500);
} else {
this.statusBarItem.hide();
}
Expand Down

0 comments on commit b61baff

Please sign in to comment.