Skip to content

Commit

Permalink
Follow builtin VSCode behavior by respecting `git.showInlineOpenFileA…
Browse files Browse the repository at this point in the history
…ction` (#6539)

Fixes #6515
  • Loading branch information
alexr00 authored Dec 13, 2024
1 parent 9dba942 commit 1bcdee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@
{
"command": "review.openFile",
"group": "inline@0",
"when": "openDiffOnClick && view == prStatus:github && viewItem =~ /filechange(?!:DELETE)/"
"when": "openDiffOnClick && view == prStatus:github && viewItem =~ /filechange(?!:DELETE)/ && config.git.showInlineOpenFileAction"
},
{
"command": "pr.openDiffView",
Expand Down

0 comments on commit 1bcdee4

Please sign in to comment.