"git.autofetch": false,

This commit is contained in:
Mike Phares 2023-02-01 07:50:01 -07:00
parent 46a90d4d45
commit c6996c0f13
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,7 @@
}, },
"RenameOptions": { "RenameOptions": {
"RenameInComments": true, "RenameInComments": true,
"RenameOverloads": true, "RenameOverloads": false,
"RenameInStrings": true "RenameInStrings": true
} }
} }

View File

@ -27,8 +27,7 @@
"explorer.confirmDelete": false, "explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0, "explorer.openEditors.visible": 0,
"git.autofetch": true, "git.autofetch": false,
"git.autofetchPeriod": 1800,
"git.confirmSync": false, "git.confirmSync": false,
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.ignoreMissingGitWarning": true, "git.ignoreMissingGitWarning": true,