Skip to content

Commit 22a8e60

Browse files
authored
Show "open changes" inline in PRs view (#7058)
1 parent c262d60 commit 22a8e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@
25702570
},
25712571
{
25722572
"command": "pr.openChanges",
2573-
"when": "view =~ /prStatus:github/ && viewItem =~ /(description)/ && config.multiDiffEditor.experimental.enabled",
2573+
"when": "view =~ /(pr|prStatus):github/ && viewItem =~ /(pullrequest|description)/ && config.multiDiffEditor.experimental.enabled",
25742574
"group": "inline@0"
25752575
},
25762576
{

0 commit comments

Comments
 (0)