mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add scope for settings (#149696)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user