Use array of string for applicable builtin settings

This commit is contained in:
Pine Wu
2019-07-17 15:07:31 -07:00
parent 3ed735d365
commit d44f9dae34
2 changed files with 11 additions and 2 deletions

View File

@@ -1246,12 +1246,18 @@
},
"git.ignoredRepositories": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"scope": "window",
"description": "%config.ignoredRepositories%"
},
"git.scanRepositories": {
"type": "array",
"items": {
"type": "string"
},
"default": [],
"scope": "resource",
"description": "%config.scanRepositories%"