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
In the Source Control side panel, when you select a file, it automatically brings up a diff. For changed files, this is a very sensible default. For untracked files, this makes no sense because it compares against a blank file. You can click the Open File icon and it'll open the file instead, and you can make this the default by setting git.openDiffOnClick to false. But this just reverses the direction of the problem.
The most sensible default click behavior is this:
Changed Files -> Open Diff
Untracked Files -> Open File
The text was updated successfully, but these errors were encountered:
In the Source Control side panel, when you select a file, it automatically brings up a diff. For changed files, this is a very sensible default. For untracked files, this makes no sense because it compares against a blank file. You can click the Open File icon and it'll open the file instead, and you can make this the default by setting
git.openDiffOnClick
to false. But this just reverses the direction of the problem.The most sensible default click behavior is this:
The text was updated successfully, but these errors were encountered: