mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-14 17:25:28 -05:00
Adds blame and active line annotation support to git diff split view
Adds command (compare, copy sha/message, etc) support to git diff split view Fixes #41 - Toggle Blame annotations on compare files page
This commit is contained in:
@@ -21,7 +21,7 @@ export class GitDiffWithPreviousCodeLens extends CodeLens {
|
||||
|
||||
export class GitRevisionCodeLensProvider implements CodeLensProvider {
|
||||
|
||||
static selector: DocumentSelector = { scheme: DocumentSchemes.Git };
|
||||
static selector: DocumentSelector = { scheme: DocumentSchemes.GitLensGit };
|
||||
|
||||
constructor(context: ExtensionContext, private git: GitProvider) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user