Don't show Git changes in the VSCode gutter

This commit is contained in:
Anthony Wang 2022-01-23 16:05:17 -06:00
parent 89eb996def
commit 5eb57cd63e
Signed by: a
GPG key ID: BC96B00AEC5F2D76

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"scm.diffDecorations": "overview"
}