In a folder in my project I have a few files. Git and vscode works without any problems in every file, except one. In test.py
vscode doesn't show the modified lines like this . It says modified
, but it doesn't show the changes made. What should I do to make vscode show the changes made to the code in
test.py
?
Asked
Active
Viewed 174 times
1
-
Does this answer your question? [Why aren't SCM diff decorations showing in the gutter in VS Code 1.76.1?](https://stackoverflow.com/questions/75715788/why-arent-scm-diff-decorations-showing-in-the-gutter-in-vs-code-1-76-1) – starball May 05 '23 at 01:54