How to find in VS Code a block of code saved but uncommitted? Git log and file/line history are not helpful. Thank you.
Asked
Active
Viewed 759 times
1
-
1It should be reflected in the source control change.. but is that something which you kept on gitignore ? – ankitjaiswal Jan 03 '22 at 12:20
-
Ctrl + Shift + G !? ("Source Control" activity), there you can see un-/&staged changes. – xerx593 Jan 03 '22 at 12:27
-
See https://stackoverflow.com/a/71501328/836330 for file history, that may help. – Mark Mar 29 '22 at 15:08