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 d2af29f commit 96a9412Copy full SHA for 96a9412
src/gitguardian-interface/gitguardian-status-bar.ts
@@ -46,7 +46,11 @@ function getStatusBarConfig(status: StatusBarStatus): StatusBarConfig {
46
command: "gitguardian.openSidebar",
47
};
48
case StatusBarStatus.ready:
49
- return { text: "GitGuardian is ready", color: "statusBar.foreground" };
+ return {
50
+ text: "GitGuardian is ready",
51
+ color: "statusBar.foreground",
52
+ command: "gitguardian.openSidebar",
53
+ };
54
case StatusBarStatus.scanning:
55
return {
56
text: "GitGuardian - Scanning...",
0 commit comments