We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f419f commit 9b49182Copy full SHA for 9b49182
Extension/src/LanguageServer/ui_new.ts
@@ -155,6 +155,7 @@ export class NewUI implements UI {
155
if (val) {
156
this.browseEngineStatusBarItem.text = "$(database)";
157
this.browseEngineStatusBarItem.detail = this.workspaceParsingIndexing;
158
+ this.browseEngineStatusBarItem.busy = true;
159
}
160
161
0 commit comments