Skip to content

Commit 9b49182

Browse files
authored
Fix Indexing state not showing as busy. (#10492)
1 parent 88f419f commit 9b49182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Extension/src/LanguageServer/ui_new.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export class NewUI implements UI {
155155
if (val) {
156156
this.browseEngineStatusBarItem.text = "$(database)";
157157
this.browseEngineStatusBarItem.detail = this.workspaceParsingIndexing;
158+
this.browseEngineStatusBarItem.busy = true;
158159
}
159160
}
160161

0 commit comments

Comments
 (0)