diff --git a/src/gitProvider.ts b/src/gitProvider.ts index ad8f9e7..f4dacfd 100644 --- a/src/gitProvider.ts +++ b/src/gitProvider.ts @@ -623,6 +623,7 @@ export class GitProvider extends Disposable { isEditorBlameable(editor: TextEditor): boolean { return (editor.viewColumn !== undefined || + editor.document.uri.scheme === DocumentSchemes.File || editor.document.uri.scheme === DocumentSchemes.Git || this.hasGitUriForFile(editor)); }