mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Git - Remove git.branchProtectionIndicator setting (#153020)
Remove git.branchProtectionIndicator setting
This commit is contained in:
@@ -1893,26 +1893,6 @@
|
||||
"default": [],
|
||||
"scope": "resource"
|
||||
},
|
||||
"git.branchProtectionIndicator": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "%config.branchProtectionIndicator%",
|
||||
"properties": {
|
||||
"quickOpen": {
|
||||
"type": "boolean",
|
||||
"description": "%config.branchProtectionIndicator.quickOpen%"
|
||||
},
|
||||
"statusBar": {
|
||||
"type": "boolean",
|
||||
"description": "%config.branchProtectionIndicator.statusBar%"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"quickOpen": true,
|
||||
"statusBar": true
|
||||
},
|
||||
"scope": "resource"
|
||||
},
|
||||
"git.branchProtectionPrompt": {
|
||||
"type": "string",
|
||||
"description": "%config.branchProtectionPrompt%",
|
||||
|
||||
Reference in New Issue
Block a user