Skip to content

Commit

Permalink
Use more specific when condition
Browse files Browse the repository at this point in the history
Inline diff cannot swap and shortcut should not bring focus from outside the diff editor in.
  • Loading branch information
grgar committed Apr 28, 2024
1 parent 0c89417 commit 7abdc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package-with-comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,7 @@
"key": "ctrl+shift+tab",
"mac": "ctrl+shift+tab",
"command": "workbench.action.compareEditor.focusOtherSide",
"when": "textCompareEditorVisible",
"when": "activeCompareEditorCanSwap",
"intellij": "Select Opposite Diff Pane"
},
{
Expand Down

0 comments on commit 7abdc4d

Please sign in to comment.