|
@ -175,7 +175,7 @@ export class GitCodeLensProvider implements CodeLensProvider { |
|
|
|
|
|
|
|
|
if (token.isCancellationRequested) return lenses; |
|
|
if (token.isCancellationRequested) return lenses; |
|
|
|
|
|
|
|
|
const documentRangeFn = Functions.once(() => document.validateRange(new Range(0, 1000000, 1000000, 1000000))); |
|
|
|
|
|
|
|
|
const documentRangeFn = Functions.once(() => document.validateRange(new Range(0, 0, 1000000, 1000000))); |
|
|
|
|
|
|
|
|
// Since blame information isn't valid when there are unsaved changes -- update the lenses appropriately
|
|
|
// Since blame information isn't valid when there are unsaved changes -- update the lenses appropriately
|
|
|
const dirtyCommand: Command | undefined = dirty |
|
|
const dirtyCommand: Command | undefined = dirty |
|
|