How to see local history changes in Visual Studio code?

I am looking for a way to see the changes in my local history.

Kind of an equivalent method in WebStorm: enter image description here

+29
source share
3 answers

I think there is no built-in support for this in VS Code.

You can install the plugin to give you similar functionality. For instance.:

https://marketplace.visualstudio.com/items?itemName=micnil.vscode-checkpoints

Or more famous:

https://marketplace.visualstudio.com/items?itemName=xyz.local-history

: VS - , . ( .gitignore ).

+32
+13

  • , .
  • . , /, IntelliJ.

, , , GitHub .

0

Source: https://habr.com/ru/post/1686477/


All Articles