diff --git a/.omnisharp/omnisharp.json b/.omnisharp/omnisharp.json index cd578cd..67a20f7 100644 --- a/.omnisharp/omnisharp.json +++ b/.omnisharp/omnisharp.json @@ -17,7 +17,7 @@ }, "RenameOptions": { "RenameInComments": true, - "RenameOverloads": true, + "RenameOverloads": false, "RenameInStrings": true } } \ No newline at end of file diff --git a/User/settings.json b/User/settings.json index 1e57c0d..e6f9783 100644 --- a/User/settings.json +++ b/User/settings.json @@ -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,