mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-15 18:48:28 -05:00
Moves menu group down
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user