I have a file that is only local, and I wanted to see if there is a way to show the changes or last saves made to the file.
Asked
Active
Viewed 1,435 times
0
-
1Why not just create a local repository? – Robby Cornelissen May 23 '22 at 07:40
2 Answers
1
If you keep vscode up to date in recent update devs introduced local history that is independent of git. You can find it by searching for Local History
in command pallet (you can access it with CTRL+Shift+P
by default)

Grekkq
- 679
- 6
- 14
0
You can install an extension named "Local History".
When you click a file, a comparaison with the current version is displayed.

Darth-CodeX
- 2,166
- 1
- 6
- 23

MingJie-MSFT
- 5,569
- 1
- 2
- 13