このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Respects commit details view pinning
main
Eric Amodio
1年前
親
9e59258513
コミット
9ec461b642
1個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-0
src/webviews/commitDetails/commitDetailsWebviewView.ts
+ 2
- 0
src/webviews/commitDetails/commitDetailsWebviewView.ts
ファイルの表示
@ -130,6 +130,8 @@ export class CommitDetailsWebviewView extends WebviewViewBase
preserveFocus?
:
boolean
|
undefined
;
preserveVisibility?
:
boolean
|
undefined
;
}
)
:
Promise
<
void
>
{
if
(
this
.
_pinned
&&
!
options
?
.
pin
&&
this
.
visible
)
return
;
if
(
options
!=
null
)
{
let
commit
;
let
pin
;
書き込み
プレビュー
読み込み中…
キャンセル
保存