mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-09 09:42:41 -05:00
Adds blame and active line annotation support to git diff split view (right side)
Adds command (compare, copy sha/message, etc) support to git diff split view (right side)
This commit is contained in:
@@ -623,6 +623,7 @@ export class GitProvider extends Disposable {
|
|||||||
|
|
||||||
isEditorBlameable(editor: TextEditor): boolean {
|
isEditorBlameable(editor: TextEditor): boolean {
|
||||||
return (editor.viewColumn !== undefined ||
|
return (editor.viewColumn !== undefined ||
|
||||||
|
editor.document.uri.scheme === DocumentSchemes.File ||
|
||||||
editor.document.uri.scheme === DocumentSchemes.Git ||
|
editor.document.uri.scheme === DocumentSchemes.Git ||
|
||||||
this.hasGitUriForFile(editor));
|
this.hasGitUriForFile(editor));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user