This commit is contained in:
Logan Ramos
2021-08-02 13:04:26 -04:00
parent 2769f4c94f
commit b7a07daa5a
18 changed files with 61 additions and 3592 deletions

View File

@@ -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"