mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
GitHub - branch protection provider (#179789)
* Initial implementation * Update default setting state
This commit is contained in:
@@ -125,12 +125,17 @@
|
||||
"group": "0_vscode@0"
|
||||
}
|
||||
]
|
||||
|
||||
},
|
||||
"configuration": [
|
||||
{
|
||||
"title": "GitHub",
|
||||
"properties": {
|
||||
"github.branchProtection": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
"default": false,
|
||||
"description": "%config.branchProtection%"
|
||||
},
|
||||
"github.gitAuthentication": {
|
||||
"type": "boolean",
|
||||
"scope": "resource",
|
||||
|
||||
Reference in New Issue
Block a user