You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default "Source Control" view uses git.showInlineOpenFileAction to decide whether to display an extra button to quickly open a changed file (vs the diff), and also swaps the behavior of the button based on git.openDiffOnClick (does the opposite of clicking the filename itself).
By contrast, this extension always shows the inline "Open File" button, and its behavior is always to open the file, which is redundant when clicking the filename will open the file (instead of the diff).
Examples of the Source Control view's behavior:
Clicking the button here does the "open file" action:
The default "Source Control" view uses
git.showInlineOpenFileAction
to decide whether to display an extra button to quickly open a changed file (vs the diff), and also swaps the behavior of the button based ongit.openDiffOnClick
(does the opposite of clicking the filename itself).By contrast, this extension always shows the inline "Open File" button, and its behavior is always to open the file, which is redundant when clicking the filename will open the file (instead of the diff).
Examples of the Source Control view's behavior:
Clicking the button here does the "open file" action:
Clicking the button here opens the diff instead, since clicking the filename opens the file:
The button is completely hidden in this case:
The text was updated successfully, but these errors were encountered: