Ver a proveniência

Fixes show in view action when uncommitted

main
Eric Amodio há 5 anos
ascendente
cometimento
4c1cef3eff
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/codelens/codeLensProvider.ts

+ 1
- 1
src/codelens/codeLensProvider.ts Ver ficheiro

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

Carregando…
Cancelar
Guardar