Skip to content

Commit dda4dfb

Browse files
committed
Revert parts of the status bar tweak
1 parent a831a66 commit dda4dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/providers/PanelViewProvider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default class PopupViewProvider implements vscode.TreeDataProvider<Status
7979
}
8080

8181
if (parts.length === 0) {
82-
statusBarItem.text = "$(zap)";
82+
statusBarItem.text = "$(zap) Fast Olympic Coding";
8383
statusBarItem.tooltip = "Open Fast Olympic Coding Panel";
8484
statusBarItem.backgroundColor = undefined;
8585
} else {
@@ -91,7 +91,7 @@ export default class PopupViewProvider implements vscode.TreeDataProvider<Status
9191
tooltip = "Open Fast Olympic Coding Panel";
9292
statusBarItem.backgroundColor = undefined;
9393
}
94-
statusBarItem.text = `$(zap) ${parts.join(" ")}`;
94+
statusBarItem.text = `$(zap) Fast Olympic Coding: ${parts.join(" ")}`;
9595
statusBarItem.tooltip = tooltip;
9696
}
9797
}

0 commit comments

Comments
 (0)