fixed scope

This commit is contained in:
Joao Moreno
2019-10-25 15:14:59 +02:00
parent 94389f776f
commit a8b09d4711
3 changed files with 12 additions and 16 deletions

View File

@@ -1252,7 +1252,8 @@
"%config.countBadge.off%"
],
"description": "%config.countBadge%",
"default": "all"
"default": "all",
"scope": "resource"
},
"git.checkoutType": {
"type": "string",
@@ -1526,7 +1527,8 @@
"%config.handleUntracked.hide%"
],
"default": "withchanges",
"description": "%config.handleUntracked%"
"description": "%config.handleUntracked%",
"scope": "resource"
}
}
},