mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Fix #129727
This commit is contained in:
@@ -1553,10 +1553,10 @@
|
||||
"command": "git.branchFrom",
|
||||
"group": "branch@4"
|
||||
},
|
||||
{
|
||||
"command": "git.renameBranch",
|
||||
"group": "branch@5"
|
||||
},
|
||||
{
|
||||
"command": "git.renameBranch",
|
||||
"group": "branch@5"
|
||||
},
|
||||
{
|
||||
"command": "git.deleteBranch",
|
||||
"group": "branch@6"
|
||||
@@ -1692,8 +1692,15 @@
|
||||
"default": true
|
||||
},
|
||||
"git.autofetch": {
|
||||
"type": ["boolean", "string"],
|
||||
"enum": [true, false, "all"],
|
||||
"type": [
|
||||
"boolean",
|
||||
"string"
|
||||
],
|
||||
"enum": [
|
||||
true,
|
||||
false,
|
||||
"all"
|
||||
],
|
||||
"scope": "resource",
|
||||
"markdownDescription": "%config.autofetch%",
|
||||
"default": false,
|
||||
@@ -2376,7 +2383,7 @@
|
||||
"file-type": "^7.2.0",
|
||||
"iconv-lite-umd": "0.6.8",
|
||||
"jschardet": "2.3.0",
|
||||
"vscode-extension-telemetry": "0.2.4",
|
||||
"vscode-extension-telemetry": "0.2.5",
|
||||
"vscode-nls": "^4.0.0",
|
||||
"vscode-uri": "^2.0.0",
|
||||
"which": "^1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user