Skip to content

Commit

Permalink
Enable git autofetch
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lucyb authored and Jongmassey committed Apr 25, 2024
1 parent d5b46be commit eb88af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb88af4

Please sign in to comment.