Add scope for settings (#149696)

pull/149710/head
Ladislau Szomoru 2022-05-17 12:41:45 +02:00 committed by GitHub
parent ae1a59aa40
commit 38de430140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 5 deletions

View File

@ -1852,7 +1852,8 @@
"git.branchPrefix": {
"type": "string",
"description": "%config.branchPrefix%",
"default": ""
"default": "",
"scope": "resource"
},
"git.branchProtection": {
"type": "array",
@ -1860,7 +1861,8 @@
"items": {
"type": "string"
},
"default": []
"default": [],
"scope": "resource"
},
"git.branchProtectionPrompt": {
"type": "string",
@ -1875,7 +1877,8 @@
"%config.branchProtectionPrompt.alwaysCommitToNewBranch%",
"%config.branchProtectionPrompt.alwaysPrompt%"
],
"default": "alwaysPrompt"
"default": "alwaysPrompt",
"scope": "resource"
},
"git.branchValidationRegex": {
"type": "string",
@ -1890,7 +1893,8 @@
"git.branchRandomName.enable": {
"type": "boolean",
"description": "%config.branchRandomNameEnable%",
"default": false
"default": false,
"scope": "resource"
},
"git.branchRandomName.dictionary": {
"type": "array",
@ -1901,7 +1905,8 @@
"default": [
"adjectives",
"animals"
]
],
"scope": "resource"
},
"git.confirmSync": {
"type": "boolean",