mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-29 01:25:42 -05:00
Richer blame info & highlight (wip)
This commit is contained in:
@@ -19,7 +19,7 @@ export function activate(context: ExtensionContext) {
|
||||
return commands.executeCommand(VsCodeCommands.ShowReferences, ...args);
|
||||
}));
|
||||
|
||||
let selector: DocumentSelector = { scheme: 'file' };
|
||||
const selector: DocumentSelector = { scheme: 'file' };
|
||||
context.subscriptions.push(languages.registerCodeLensProvider(selector, new GitCodeLensProvider(repoPath)));
|
||||
}).catch(reason => console.warn(reason));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user