Moves menu group down

This commit is contained in:
Eric Amodio
2017-05-14 01:51:08 -04:00
parent 9a35fc6b47
commit 0ef1e509a6

View File

@@ -735,17 +735,17 @@
{ {
"command": "gitlens.showQuickFileHistory", "command": "gitlens.showQuickFileHistory",
"when": "gitlens:isTracked", "when": "gitlens:isTracked",
"group": "2_gitlens@1" "group": "3_gitlens@1"
}, },
{ {
"command": "gitlens.toggleBlame", "command": "gitlens.toggleBlame",
"when": "editorTextFocus && gitlens:isBlameable", "when": "editorTextFocus && gitlens:isBlameable",
"group": "2_gitlens@2" "group": "3_gitlens@2"
}, },
{ {
"command": "gitlens.openFileInRemote", "command": "gitlens.openFileInRemote",
"when": "editorTextFocus && gitlens:isTracked && gitlens:hasRemotes", "when": "editorTextFocus && gitlens:isTracked && gitlens:hasRemotes",
"group": "2_gitlens@3" "group": "3_gitlens@3"
}, },
{ {
"command": "gitlens.copyShaToClipboard", "command": "gitlens.copyShaToClipboard",
@@ -873,7 +873,7 @@
"vscode:prepublish": "npm install && npm run compile" "vscode:prepublish": "npm install && npm run compile"
}, },
"dependencies": { "dependencies": {
"applicationinsights": "0.19.0", "applicationinsights": "0.20.0",
"copy-paste": "1.3.0", "copy-paste": "1.3.0",
"ignore": "3.3.0", "ignore": "3.3.0",
"lodash.debounce": "4.0.8", "lodash.debounce": "4.0.8",