We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8326ea0 commit 0d71036Copy full SHA for 0d71036
package.json
@@ -441,7 +441,8 @@
441
{
442
"command": "pr.openPullRequestInGitHub",
443
"title": "Open Pull Request in GitHub",
444
- "category": "GitHub Pull Requests"
+ "category": "GitHub Pull Requests",
445
+ "icon": "$(globe)"
446
},
447
448
"command": "pr.refreshPullRequest",
@@ -997,6 +998,11 @@
997
998
"command": "issue.createIssue",
999
"when": "view =~ /issues:github/ && github:hasGitHubRemotes",
1000
"group": "navigation"
1001
+ },
1002
+ {
1003
+ "command": "pr.openPullRequestInGitHub",
1004
+ "when": "view == github:activePullRequest && github:hasGitHubRemotes",
1005
+ "group": "navigation"
1006
}
1007
],
1008
"view/item/context": [
0 commit comments