|
100 | 100 | "command": "github-actions.explorer.refresh", |
101 | 101 | "category": "GitHub Actions", |
102 | 102 | "title": "Refresh", |
103 | | - "icon": { |
104 | | - "dark": "resources/icons/dark/refresh.svg", |
105 | | - "light": "resources/icons/light/refresh.svg" |
106 | | - } |
| 103 | + "icon": "$(refresh)" |
107 | 104 | }, |
108 | 105 | { |
109 | 106 | "command": "github-actions.explorer.current-branch.refresh", |
110 | 107 | "category": "GitHub Actions", |
111 | 108 | "title": "Refresh current branch", |
112 | | - "icon": { |
113 | | - "dark": "resources/icons/dark/refresh.svg", |
114 | | - "light": "resources/icons/light/refresh.svg" |
115 | | - } |
| 109 | + "icon": "$(refresh)" |
116 | 110 | }, |
117 | 111 | { |
118 | 112 | "command": "github-actions.explorer.openRun", |
|
131 | 125 | "category": "GitHub Actions", |
132 | 126 | "title": "Trigger workflow", |
133 | 127 | "when": "viewItem =~ /workflow/ && viewItem =~ /dispatch/", |
134 | | - "icon": { |
135 | | - "dark": "resources/icons/dark/run.svg", |
136 | | - "light": "resources/icons/light/run.svg" |
137 | | - } |
| 128 | + "icon": "$(play)" |
138 | 129 | }, |
139 | 130 | { |
140 | 131 | "command": "github-actions.workflow.run.open", |
|
148 | 139 | "category": "GitHub Actions", |
149 | 140 | "title": "View job logs", |
150 | 141 | "when": "viewItem =~ /job/", |
151 | | - "icon": { |
152 | | - "dark": "resources/icons/dark/logs.svg", |
153 | | - "light": "resources/icons/light/logs.svg" |
154 | | - } |
| 142 | + "icon": "$(output)" |
155 | 143 | }, |
156 | 144 | { |
157 | 145 | "command": "github-actions.step.logs", |
|
182 | 170 | "command": "github-actions.settings.secret.add", |
183 | 171 | "category": "GitHub Actions", |
184 | 172 | "title": "Add new secret", |
185 | | - "icon": { |
186 | | - "dark": "resources/icons/dark/add.svg", |
187 | | - "light": "resources/icons/light/add.svg" |
188 | | - } |
| 173 | + "icon": "$(add)" |
189 | 174 | }, |
190 | 175 | { |
191 | 176 | "command": "github-actions.settings.secret.copy", |
|
196 | 181 | "command": "github-actions.settings.secret.update", |
197 | 182 | "category": "GitHub Actions", |
198 | 183 | "title": "Update secret", |
199 | | - "icon": { |
200 | | - "dark": "resources/icons/dark/edit.svg", |
201 | | - "light": "resources/icons/light/edit.svg" |
202 | | - } |
| 184 | + "icon": "$(edit)" |
203 | 185 | }, |
204 | 186 | { |
205 | 187 | "command": "github-actions.settings.secret.delete", |
206 | 188 | "category": "GitHub Actions", |
207 | 189 | "title": "Delete secret", |
208 | | - "icon": { |
209 | | - "dark": "resources/icons/dark/remove.svg", |
210 | | - "light": "resources/icons/light/remove.svg" |
211 | | - } |
| 190 | + "icon": "$(remove)" |
212 | 191 | }, |
213 | 192 | { |
214 | 193 | "command": "github-actions.settings.variable.add", |
215 | 194 | "category": "GitHub Actions", |
216 | 195 | "title": "Add new variable", |
217 | | - "icon": { |
218 | | - "dark": "resources/icons/dark/add.svg", |
219 | | - "light": "resources/icons/light/add.svg" |
220 | | - } |
| 196 | + "icon": "$(add)" |
221 | 197 | }, |
222 | 198 | { |
223 | 199 | "command": "github-actions.settings.variable.update", |
224 | 200 | "category": "GitHub Actions", |
225 | 201 | "title": "Update variable", |
226 | | - "icon": { |
227 | | - "dark": "resources/icons/dark/edit.svg", |
228 | | - "light": "resources/icons/light/edit.svg" |
229 | | - } |
| 202 | + "icon": "$(edit)" |
230 | 203 | }, |
231 | 204 | { |
232 | 205 | "command": "github-actions.settings.variable.delete", |
233 | 206 | "category": "GitHub Actions", |
234 | 207 | "title": "Delete variable", |
235 | | - "icon": { |
236 | | - "dark": "resources/icons/dark/remove.svg", |
237 | | - "light": "resources/icons/light/remove.svg" |
238 | | - } |
| 208 | + "icon": "$(remove)" |
239 | 209 | }, |
240 | 210 | { |
241 | 211 | "command": "github-actions.settings.variable.copy-name", |
|
0 commit comments