mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-15 01:25:42 -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 {
|
||||
return (editor.viewColumn !== undefined ||
|
||||
editor.document.uri.scheme === DocumentSchemes.File ||
|
||||
editor.document.uri.scheme === DocumentSchemes.Git ||
|
||||
this.hasGitUriForFile(editor));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user