mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-08 17:25:52 -05:00
Fixes #2 - Adds better error logging
This commit is contained in:
@@ -39,7 +39,7 @@ export function activate(context: ExtensionContext) {
|
||||
context.subscriptions.push(new ShowBlameCommand(git, blameController));
|
||||
context.subscriptions.push(new ToggleBlameCommand(git, blameController));
|
||||
context.subscriptions.push(new ShowBlameHistoryCommand(git));
|
||||
}).catch(reason => console.warn(reason));
|
||||
}).catch(reason => console.warn('[GitLens]', reason));
|
||||
}
|
||||
|
||||
// this method is called when your extension is deactivated
|
||||
|
||||
Reference in New Issue
Block a user