Przeglądaj źródła

Fixes show in view action when uncommitted

main
Eric Amodio 5 lat temu
rodzic
commit
4c1cef3eff
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/codelens/codeLensProvider.ts

+ 1
- 1
src/codelens/codeLensProvider.ts Wyświetl plik

@ -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;

Ładowanie…
Anuluj
Zapisz