Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 0e38d6d

Browse files
author
idevlp
committed
add open in browser icon
1 parent 3c17d23 commit 0e38d6d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@
166166
"category": "GitHub Actions",
167167
"title": "Unpin workflow",
168168
"icon": "$(pinned)"
169+
},
170+
{
171+
"command": "github-actions.workflow.run.open",
172+
"title": "Open in browser",
173+
"icon": "$(globe)"
169174
}
170175
],
171176
"views": {
@@ -277,6 +282,11 @@
277282
"command": "github-actions.settings.secret.delete",
278283
"when": "viewItem == 'secret'",
279284
"group": "inline@2"
285+
},
286+
{
287+
"command": "github-actions.workflow.run.open",
288+
"when": "viewItem =~ /run/",
289+
"group": "inline"
280290
}
281291
],
282292
"commandPalette": [

0 commit comments

Comments
 (0)