"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": {
"RenameInComments": true,
"RenameOverloads": true,
"RenameOverloads": false,
"RenameInStrings": true
}
}

View File

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