Skip to content

Commit 4ee0bf9

Browse files
committed
chore(vscode): remove deprecated git.autofetchPeriod setting
The `git.autofetchPeriod` setting is removed as it is deprecated and no longer necessary. The `git.autofetch` setting is sufficient to handle automatic fetching, and removing the deprecated setting helps maintain a clean and up-to-date configuration.
1 parent 0d1c6b7 commit 4ee0bf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"build/**": true
3939
},
4040
"git.autofetch": true,
41-
"git.autofetchPeriod": 180,
4241
"git.pruneOnFetch": true,
4342
"git.showProgress": true,
4443
"git.fetchOnPull": true,

0 commit comments

Comments
 (0)