mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Add branch name validation and whitespace config
* Adds `git.createBranchNameConvention.regexp` * Adds `git.createBranchWhitespaceChar` Fixes #50241
This commit is contained in:
@@ -895,6 +895,16 @@
|
||||
"description": "%config.autofetch%",
|
||||
"default": false
|
||||
},
|
||||
"git.createBranchNameConvention.regexp": {
|
||||
"type": "string",
|
||||
"description": "%config.createBranchNameConvention.regexp%",
|
||||
"default": ""
|
||||
},
|
||||
"git.createBranchWhitespaceChar": {
|
||||
"type": "string",
|
||||
"description": "%config.createBranchWhitespaceChar%",
|
||||
"default": "-"
|
||||
},
|
||||
"git.confirmSync": {
|
||||
"type": "boolean",
|
||||
"description": "%config.confirmSync%",
|
||||
|
||||
Reference in New Issue
Block a user