このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Updates config types to better match
main
Eric Amodio
6年前
親
ae6f3ecbcd
コミット
bb2b0c2504
1個のファイルの変更
、
4行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+4
-4
src/ui/config.ts
+ 4
- 4
src/ui/config.ts
ファイルの表示
@ -198,7 +198,7 @@ export interface ILineHistoryExplorerConfig extends IFileHistoryExplorerConfig {
export
interface
IMenuConfig
{
editor
:
|
boolean
|
false
|
{
blame
:
boolean
;
clipboard
:
boolean
;
@ -208,20 +208,20 @@ export interface IMenuConfig {
remote
:
boolean
;
}
;
editorGroup
:
|
boolean
|
false
|
{
compare
:
boolean
;
history
:
boolean
;
}
;
editorTab
:
|
boolean
|
false
|
{
compare
:
boolean
;
history
:
boolean
;
remote
:
boolean
;
}
;
explorer
:
|
boolean
|
false
|
{
compare
:
boolean
;
history
:
boolean
;
書き込み
プレビュー
読み込み中…
キャンセル
保存