Skip to content

Commit 0d71036

Browse files
author
Rachel Macfarlane
authored
Focus mode view could have a link to the PR (microsoft#2228)
1 parent 8326ea0 commit 0d71036

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,8 @@
441441
{
442442
"command": "pr.openPullRequestInGitHub",
443443
"title": "Open Pull Request in GitHub",
444-
"category": "GitHub Pull Requests"
444+
"category": "GitHub Pull Requests",
445+
"icon": "$(globe)"
445446
},
446447
{
447448
"command": "pr.refreshPullRequest",
@@ -997,6 +998,11 @@
997998
"command": "issue.createIssue",
998999
"when": "view =~ /issues:github/ && github:hasGitHubRemotes",
9991000
"group": "navigation"
1001+
},
1002+
{
1003+
"command": "pr.openPullRequestInGitHub",
1004+
"when": "view == github:activePullRequest && github:hasGitHubRemotes",
1005+
"group": "navigation"
10001006
}
10011007
],
10021008
"view/item/context": [

0 commit comments

Comments
 (0)