From eb88af4d2c9d35e31bba7bc2b3c88a9228d27b8f Mon Sep 17 00:00:00 2001 From: Lucy Bridges Date: Wed, 24 Apr 2024 14:36:39 +0100 Subject: [PATCH] Enable git autofetch This matches the behaviour of GitHub Desktop and is likely to be the behaviour that users expect. If this causes any problems we can disable it again. --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 962995f..980d7ff 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,7 @@ }, "files.autoSave": "afterDelay", "files.autoSaveDelay": 1000, - "git.autofetch": false, + "git.autofetch": true, "window.autoDetectColorScheme": true, "extensions.ignoreRecommendations": true, "data.preview.theme": "light"