このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fixes error in timeline for unsupported schemes
main
Eric Amodio
2年前
親
26cf19cbf3
コミット
5e56778901
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
(
)
;
書き込み
プレビュー
読み込み中…
キャンセル
保存