|
46 | 46 | "commands": [ |
47 | 47 | { |
48 | 48 | "command": "gitguardian.quota", |
49 | | - "title": "gitguardian: Show quota" |
| 49 | + "title": "Show quota", |
| 50 | + "category": "GitGuardian" |
50 | 51 | }, |
51 | 52 | { |
52 | 53 | "command": "gitguardian.ignore", |
53 | | - "title": "gitguardian: Ignore last found incidents" |
| 54 | + "title": "Ignore last found incidents", |
| 55 | + "category": "GitGuardian" |
54 | 56 | }, |
55 | 57 | { |
56 | 58 | "command": "gitguardian.authenticate", |
57 | | - "title": "gitguardian: Authenticate" |
| 59 | + "title": "Authenticate", |
| 60 | + "category": "GitGuardian" |
58 | 61 | }, |
59 | 62 | { |
60 | 63 | "command": "gitguardian.logout", |
61 | | - "title": "gitguardian: logout" |
| 64 | + "title": "Logout", |
| 65 | + "category": "GitGuardian" |
62 | 66 | }, |
63 | 67 | { |
64 | 68 | "command": "gitguardian.updateAuthenticationStatus", |
65 | 69 | "title": "gitguardian: Update authentication status" |
66 | 70 | }, |
67 | 71 | { |
68 | 72 | "command": "gitguardian.showOutput", |
69 | | - "title": "Show Output" |
| 73 | + "title": "Show Output", |
| 74 | + "category": "GitGuardian" |
70 | 75 | }, |
71 | 76 | { |
72 | 77 | "command": "gitguardian.openSidebar", |
73 | | - "title": "Open Sidebar" |
| 78 | + "title": "Open Sidebar", |
| 79 | + "category": "GitGuardian" |
74 | 80 | }, |
75 | 81 | { |
76 | 82 | "command": "gitguardian.openProblems", |
77 | | - "title": "Open Problems" |
| 83 | + "title": "Open Problems", |
| 84 | + "category": "GitGuardian" |
78 | 85 | }, |
79 | 86 | { |
80 | 87 | "command": "gitguardian.refreshQuota", |
81 | 88 | "title": "Refresh Quota", |
| 89 | + "category": "GitGuardian", |
82 | 90 | "icon": { |
83 | 91 | "light": "images/refresh-light.svg", |
84 | 92 | "dark": "images/refresh-dark.svg" |
|
99 | 107 | { |
100 | 108 | "type": "webview", |
101 | 109 | "id": "gitguardianView", |
102 | | - "name": "gitguardian" |
| 110 | + "name": "GitGuardian" |
103 | 111 | }, |
104 | 112 | { |
105 | 113 | "type": "webview", |
106 | 114 | "id": "gitguardianRemediationMessageView", |
107 | | - "name": "remediation message", |
| 115 | + "name": "Remediation message", |
108 | 116 | "collapsed": true, |
109 | 117 | "when": "false" |
110 | 118 | }, |
111 | 119 | { |
112 | 120 | "type": "webview", |
113 | 121 | "id": "gitguardianQuotaView", |
114 | | - "name": "quota", |
| 122 | + "name": "Quota", |
115 | 123 | "collapsed": true, |
116 | 124 | "when": "isAuthenticated == true" |
117 | 125 | } |
|
0 commit comments