ソースを参照

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

読み込み中…
キャンセル
保存