0

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.

Zack
  • 1
  • 3

2 Answers2

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". enter image description here

When you click a file, a comparaison with the current version is displayed.

enter image description here

Darth-CodeX
  • 2,166
  • 1
  • 6
  • 23
MingJie-MSFT
  • 5,569
  • 1
  • 2
  • 13