Add default autofetch for vscode

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-29 01:38:04 -08:00
parent 3de5c71bd5
commit fdc61066b1

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"git.autofetch": "all",
"git.autofetchPeriod": 30
}