Selaa lähdekoodia

Fixes show in view action when uncommitted

main
Eric Amodio 5 vuotta sitten
vanhempi
commit
4c1cef3eff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/codelens/codeLensProvider.ts

+ 1
- 1
src/codelens/codeLensProvider.ts Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna