git.pruneOnFetch setting implemented

This commit is contained in:
Oliver Larsson
2020-01-24 21:20:44 +01:00
parent a93ffac38a
commit 2abdb90472
3 changed files with 24 additions and 4 deletions

View File

@@ -1548,6 +1548,12 @@
"default": false,
"description": "%config.fetchOnPull%"
},
"git.pruneOnFetch": {
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%config.pruneOnFetch%"
},
"git.pullTags": {
"type": "boolean",
"scope": "resource",