Преглед на файлове

Allows line blame annotations on gitlens-git schemes

main
Eric Amodio преди 7 години
родител
ревизия
796730c22f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/blameActiveLineController.ts

+ 1
- 1
src/blameActiveLineController.ts Целия файл

@ -121,7 +121,7 @@ export default class BlameActiveLineController extends Disposable {
const previousEditor = this._editor;
previousEditor && previousEditor.setDecorations(activeLineDecoration, []);
if (!e || !e.document || e.document.isUntitled ||
if (!e || !e.document || (e.document.isUntitled && e.document.uri.scheme !== DocumentSchemes.Git) ||
(e.document.uri.scheme !== DocumentSchemes.File && e.document.uri.scheme !== DocumentSchemes.Git) ||
(e.viewColumn === undefined && !this.git.hasGitUriForFile(e))) {
this.clear(e);

Зареждане…
Отказ
Запис