Ver a proveniência

Fixes error in timeline for unsupported schemes

main
Eric Amodio há 2 anos
ascendente
cometimento
5e56778901
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      src/plus/webviews/timeline/timelineWebviewView.ts

+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts Ver ficheiro

@ -144,6 +144,7 @@ export class TimelineWebviewView extends WebviewViewBase {
@debug({ args: false })
private onActiveEditorChanged(editor: TextEditor | undefined) {
if (editor == null || !this.container.git.isTrackable(editor.document.uri)) return;
if (!this.updatePendingEditor(editor)) return;
this.updateState();

Carregando…
Cancelar
Guardar