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 committed Apr 24, 2024
1 parent 53bcc06 commit 6c0cf3e
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 6c0cf3e

Please sign in to comment.