File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112112 "command" : " github-actions.workflow.run.open" ,
113113 "category" : " GitHub Actions" ,
114114 "title" : " Open workflow run" ,
115- "when" : " viewItem =~ /run/"
115+ "when" : " viewItem =~ /run/" ,
116+ "icon" : " $(globe)"
116117 },
117118 {
118119 "command" : " github-actions.workflow.logs" ,
222223 "category" : " GitHub Actions" ,
223224 "title" : " Unpin workflow" ,
224225 "icon" : " $(pinned)"
225- },
226- {
227- "command" : " github-actions.workflow.run.open" ,
228- "title" : " Open in browser" ,
229- "icon" : " $(globe)"
230226 }
231227 ],
232228 "views" : {
308304 },
309305 {
310306 "command" : " github-actions.workflow.run.open" ,
311- "when" : " viewItem =~ /run/"
307+ "when" : " viewItem =~ /run\\ s/" ,
308+ "group" : " inline"
312309 },
313310 {
314311 "command" : " github-actions.workflow.logs" ,
367364 "command" : " github-actions.settings.variable.copy-value" ,
368365 "when" : " viewItem == 'repo-variable' || viewItem == 'env-variable' || viewItem == 'org-variable'" ,
369366 "group" : " context"
370- },
371- {
372- "command" : " github-actions.workflow.run.open" ,
373- "when" : " viewItem =~ /run\\ s/" ,
374- "group" : " inline"
375367 }
376368 ],
377369 "commandPalette" : [
You can’t perform that action at this time.
0 commit comments