mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Moves menu group down
This commit is contained in:
@@ -735,17 +735,17 @@
|
||||
{
|
||||
"command": "gitlens.showQuickFileHistory",
|
||||
"when": "gitlens:isTracked",
|
||||
"group": "2_gitlens@1"
|
||||
"group": "3_gitlens@1"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.toggleBlame",
|
||||
"when": "editorTextFocus && gitlens:isBlameable",
|
||||
"group": "2_gitlens@2"
|
||||
"group": "3_gitlens@2"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.openFileInRemote",
|
||||
"when": "editorTextFocus && gitlens:isTracked && gitlens:hasRemotes",
|
||||
"group": "2_gitlens@3"
|
||||
"group": "3_gitlens@3"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.copyShaToClipboard",
|
||||
@@ -873,7 +873,7 @@
|
||||
"vscode:prepublish": "npm install && npm run compile"
|
||||
},
|
||||
"dependencies": {
|
||||
"applicationinsights": "0.19.0",
|
||||
"applicationinsights": "0.20.0",
|
||||
"copy-paste": "1.3.0",
|
||||
"ignore": "3.3.0",
|
||||
"lodash.debounce": "4.0.8",
|
||||
|
||||
Reference in New Issue
Block a user