Kaynağa Gözat

Fixes show in view action when uncommitted

main
Eric Amodio 5 yıl önce
ebeveyn
işleme
4c1cef3eff
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/codelens/codeLensProvider.ts

+ 1
- 1
src/codelens/codeLensProvider.ts Dosyayı Görüntüle

@ -613,7 +613,7 @@ export class GitCodeLensProvider implements CodeLensProvider {
};
lens.command = {
title: title,
command: Commands.ShowCommitsInView,
command: refs.length === 0 ? '' : Commands.ShowCommitsInView,
arguments: [commandArgs]
};
return lens;

Yükleniyor…
İptal
Kaydet