|
55 | 55 | "commands": [ |
56 | 56 | { |
57 | 57 | "command": "gitguardian.quota", |
58 | | - "title": "gitguardian: Show quota" |
| 58 | + "title": "Show quota", |
| 59 | + "category": "GitGuardian" |
59 | 60 | }, |
60 | 61 | { |
61 | 62 | "command": "gitguardian.ignore", |
62 | | - "title": "gitguardian: Ignore last found incidents" |
| 63 | + "title": "Ignore last found incidents", |
| 64 | + "category": "GitGuardian" |
63 | 65 | }, |
64 | 66 | { |
65 | 67 | "command": "gitguardian.authenticate", |
66 | | - "title": "gitguardian: Authenticate" |
| 68 | + "title": "Authenticate", |
| 69 | + "category": "GitGuardian" |
67 | 70 | }, |
68 | 71 | { |
69 | 72 | "command": "gitguardian.logout", |
70 | | - "title": "gitguardian: logout" |
| 73 | + "title": "Logout", |
| 74 | + "category": "GitGuardian" |
71 | 75 | }, |
72 | 76 | { |
73 | 77 | "command": "gitguardian.showOutput", |
74 | | - "title": "Show Output" |
| 78 | + "title": "Show Output", |
| 79 | + "category": "GitGuardian" |
75 | 80 | }, |
76 | 81 | { |
77 | 82 | "command": "gitguardian.openSidebar", |
78 | | - "title": "Open Sidebar" |
| 83 | + "title": "Open Sidebar", |
| 84 | + "category": "GitGuardian" |
79 | 85 | }, |
80 | 86 | { |
81 | 87 | "command": "gitguardian.openProblems", |
82 | | - "title": "Open Problems" |
| 88 | + "title": "Open Problems", |
| 89 | + "category": "GitGuardian" |
83 | 90 | }, |
84 | 91 | { |
85 | 92 | "command": "gitguardian.refreshQuota", |
86 | 93 | "title": "Refresh Quota", |
| 94 | + "category": "GitGuardian", |
87 | 95 | "icon": { |
88 | 96 | "light": "images/refresh-light.svg", |
89 | 97 | "dark": "images/refresh-dark.svg" |
|
0 commit comments