소스 검색

Fixes error in timeline for unsupported schemes

main
Eric Amodio 2 년 전
부모
커밋
5e56778901
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/plus/webviews/timeline/timelineWebviewView.ts

+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts 파일 보기

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

불러오는 중...
취소
저장