Ver código fonte

Fixes highlight revision changes - refs reversed

main
Eric Amodio 4 anos atrás
pai
commit
c83989f3ea
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/annotations/gutterChangesAnnotationProvider.ts

+ 2
- 2
src/annotations/gutterChangesAnnotationProvider.ts Ver arquivo

@ -120,8 +120,8 @@ export class GutterChangesAnnotationProvider extends AnnotationProviderBase {
if (ref2 != null) {
ref2 = commit.ref;
} else {
ref1 = commit.ref;
ref2 = `${commit.ref}^`;
ref1 = `${commit.ref}^`;
ref2 = commit.ref;
}
}

Carregando…
Cancelar
Salvar