mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Merge branch 'main' into 3wm
This commit is contained in:
@@ -1790,6 +1790,11 @@
|
||||
"markdownDescription": "%config.autofetchPeriod%",
|
||||
"default": 180
|
||||
},
|
||||
"git.branchPrefix": {
|
||||
"type": "string",
|
||||
"description": "%config.branchPrefix%",
|
||||
"default": ""
|
||||
},
|
||||
"git.branchValidationRegex": {
|
||||
"type": "string",
|
||||
"description": "%config.branchValidationRegex%",
|
||||
@@ -1800,6 +1805,22 @@
|
||||
"description": "%config.branchWhitespaceChar%",
|
||||
"default": "-"
|
||||
},
|
||||
"git.branchRandomName.enable": {
|
||||
"type": "boolean",
|
||||
"description": "%config.branchRandomNameEnable%",
|
||||
"default": false
|
||||
},
|
||||
"git.branchRandomName.dictionary": {
|
||||
"type": "array",
|
||||
"markdownDescription": "%config.branchRandomNameDictionary%",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": [
|
||||
"adjectives",
|
||||
"animals"
|
||||
]
|
||||
},
|
||||
"git.confirmSync": {
|
||||
"type": "boolean",
|
||||
"description": "%config.confirmSync%",
|
||||
@@ -2516,6 +2537,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@joaomoreno/unique-names-generator": "5.0.0",
|
||||
"@vscode/extension-telemetry": "0.4.10",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"byline": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user