|
@ -18,7 +18,7 @@ |
|
|
"url": "https://github.com/eamodio/vscode-gitlens.git" |
|
|
"url": "https://github.com/eamodio/vscode-gitlens.git" |
|
|
}, |
|
|
}, |
|
|
"engines": { |
|
|
"engines": { |
|
|
"vscode": "^1.54.0-insiders" |
|
|
|
|
|
|
|
|
"vscode": "^1.55.0-insiders" |
|
|
}, |
|
|
}, |
|
|
"main": "./dist/gitlens", |
|
|
"main": "./dist/gitlens", |
|
|
"icon": "images/gitlens-icon.png", |
|
|
"icon": "images/gitlens-icon.png", |
|
@ -5347,10 +5347,6 @@ |
|
|
"when": "!gitlens:disabled && !gitlens:readonly" |
|
|
"when": "!gitlens:disabled && !gitlens:readonly" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.gitCommands.show", |
|
|
|
|
|
"when": "!gitlens:disabled && !gitlens:readonly" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.gitCommands.switch", |
|
|
"command": "gitlens.gitCommands.switch", |
|
|
"when": "!gitlens:disabled && !gitlens:readonly" |
|
|
"when": "!gitlens:disabled && !gitlens:readonly" |
|
|
}, |
|
|
}, |
|
@ -6493,11 +6489,33 @@ |
|
|
"submenu": "gitlens/editor/annotations", |
|
|
"submenu": "gitlens/editor/annotations", |
|
|
"when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.blame", |
|
|
"when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.blame", |
|
|
"group": "2_gitlens_1@5" |
|
|
"group": "2_gitlens_1@5" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"editor/context/copy": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyRemoteFileUrlToClipboard", |
|
|
|
|
|
"when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard", |
|
|
|
|
|
"group": "1_gitlens@1" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"submenu": "gitlens/editor/context/copy", |
|
|
|
|
|
|
|
|
"command": "gitlens.copyRemoteFileUrlFrom", |
|
|
|
|
|
"when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard", |
|
|
|
|
|
"group": "1_gitlens@2" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyRemoteCommitUrl", |
|
|
"when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard", |
|
|
"when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard", |
|
|
"group": "9_cutcopypaste@3" |
|
|
|
|
|
|
|
|
"group": "1_gitlens@3" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyShaToClipboard", |
|
|
|
|
|
"when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard", |
|
|
|
|
|
"group": "2_gitlens@1" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyMessageToClipboard", |
|
|
|
|
|
"when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard", |
|
|
|
|
|
"group": "2_gitlens@2" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"editor/title": [ |
|
|
"editor/title": [ |
|
@ -6725,6 +6743,18 @@ |
|
|
"group": "4_gitlens@1" |
|
|
"group": "4_gitlens@1" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
|
|
|
"menuBar/edit/copy": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyRemoteFileUrlToClipboard", |
|
|
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard", |
|
|
|
|
|
"group": "1_gitlens@1" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyRemoteFileUrlFrom", |
|
|
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.clipboard", |
|
|
|
|
|
"group": "1_gitlens@2" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
"scm/resourceGroup/context": [ |
|
|
"scm/resourceGroup/context": [ |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.stashSave", |
|
|
"command": "gitlens.stashSave", |
|
@ -8725,28 +8755,6 @@ |
|
|
"group": "2_gitlens@3" |
|
|
"group": "2_gitlens@3" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"gitlens/editor/context/copy": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyShaToClipboard", |
|
|
|
|
|
"group": "1_gitlens@1" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyMessageToClipboard", |
|
|
|
|
|
"group": "1_gitlens@2" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyRemoteCommitUrl", |
|
|
|
|
|
"group": "2_gitlens@3" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyRemoteFileUrlToClipboard", |
|
|
|
|
|
"group": "2_gitlens@4" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "gitlens.copyRemoteFileUrlFrom", |
|
|
|
|
|
"group": "2_gitlens@5" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"gitlens/editor/context/openChanges": [ |
|
|
"gitlens/editor/context/openChanges": [ |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffWithPrevious", |
|
|
"command": "gitlens.diffWithPrevious", |
|
@ -8961,7 +8969,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"id": "gitlens/commit/copy", |
|
|
"id": "gitlens/commit/copy", |
|
|
"label": "Copy as" |
|
|
|
|
|
|
|
|
"label": "Copy As" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"id": "gitlens/commit/openChanges", |
|
|
"id": "gitlens/commit/openChanges", |
|
@ -8969,7 +8977,7 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"id": "gitlens/commit/file/copy", |
|
|
"id": "gitlens/commit/file/copy", |
|
|
"label": "Copy as" |
|
|
|
|
|
|
|
|
"label": "Copy As" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"id": "gitlens/commit/file/commit", |
|
|
"id": "gitlens/commit/file/commit", |
|
@ -8988,10 +8996,6 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"id": "gitlens/editor/context/copy", |
|
|
|
|
|
"label": "Copy as" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"id": "gitlens/editor/context/openChanges", |
|
|
"id": "gitlens/editor/context/openChanges", |
|
|
"label": "Open Changes" |
|
|
"label": "Open Changes" |
|
|
}, |
|
|
}, |
|
|