From c6996c0f1370e1fe34164bb0e5f92379075a7c0f Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Wed, 1 Feb 2023 07:50:01 -0700 Subject: [PATCH] "git.autofetch": false, --- .omnisharp/omnisharp.json | 2 +- User/settings.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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,