mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-17 17:25:51 -05:00
Fixes #2 - Adds better error logging
This commit is contained in:
@@ -57,7 +57,7 @@ export default class GitProvider extends Disposable {
|
||||
reset = !!reset;
|
||||
|
||||
if (this._blames.delete(fileName.toLowerCase())) {
|
||||
console.log(`GitProvider._clearBlame(${fileName}, ${reset})`);
|
||||
console.log('[GitLens]', `Clear blame cache: fileName=${fileName}, reset=${reset})`);
|
||||
|
||||
if (reset) {
|
||||
// TODO: Killing the code lens provider is too drastic -- makes the editor jump around, need to figure out how to trigger a refresh
|
||||
|
||||
Reference in New Issue
Block a user