Skip to content

Commit 5fe2255

Browse files
style: add category property to commands
1 parent f2e0a28 commit 5fe2255

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

package.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,35 +55,43 @@
5555
"commands": [
5656
{
5757
"command": "gitguardian.quota",
58-
"title": "gitguardian: Show quota"
58+
"title": "Show quota",
59+
"category": "GitGuardian"
5960
},
6061
{
6162
"command": "gitguardian.ignore",
62-
"title": "gitguardian: Ignore last found incidents"
63+
"title": "Ignore last found incidents",
64+
"category": "GitGuardian"
6365
},
6466
{
6567
"command": "gitguardian.authenticate",
66-
"title": "gitguardian: Authenticate"
68+
"title": "Authenticate",
69+
"category": "GitGuardian"
6770
},
6871
{
6972
"command": "gitguardian.logout",
70-
"title": "gitguardian: logout"
73+
"title": "Logout",
74+
"category": "GitGuardian"
7175
},
7276
{
7377
"command": "gitguardian.showOutput",
74-
"title": "Show Output"
78+
"title": "Show Output",
79+
"category": "GitGuardian"
7580
},
7681
{
7782
"command": "gitguardian.openSidebar",
78-
"title": "Open Sidebar"
83+
"title": "Open Sidebar",
84+
"category": "GitGuardian"
7985
},
8086
{
8187
"command": "gitguardian.openProblems",
82-
"title": "Open Problems"
88+
"title": "Open Problems",
89+
"category": "GitGuardian"
8390
},
8491
{
8592
"command": "gitguardian.refreshQuota",
8693
"title": "Refresh Quota",
94+
"category": "GitGuardian",
8795
"icon": {
8896
"light": "images/refresh-light.svg",
8997
"dark": "images/refresh-dark.svg"

0 commit comments

Comments
 (0)