|
@ -198,7 +198,7 @@ export interface ILineHistoryExplorerConfig extends IFileHistoryExplorerConfig { |
|
|
|
|
|
|
|
|
export interface IMenuConfig { |
|
|
export interface IMenuConfig { |
|
|
editor: |
|
|
editor: |
|
|
| boolean |
|
|
|
|
|
|
|
|
| false |
|
|
| { |
|
|
| { |
|
|
blame: boolean; |
|
|
blame: boolean; |
|
|
clipboard: boolean; |
|
|
clipboard: boolean; |
|
@ -208,20 +208,20 @@ export interface IMenuConfig { |
|
|
remote: boolean; |
|
|
remote: boolean; |
|
|
}; |
|
|
}; |
|
|
editorGroup: |
|
|
editorGroup: |
|
|
| boolean |
|
|
|
|
|
|
|
|
| false |
|
|
| { |
|
|
| { |
|
|
compare: boolean; |
|
|
compare: boolean; |
|
|
history: boolean; |
|
|
history: boolean; |
|
|
}; |
|
|
}; |
|
|
editorTab: |
|
|
editorTab: |
|
|
| boolean |
|
|
|
|
|
|
|
|
| false |
|
|
| { |
|
|
| { |
|
|
compare: boolean; |
|
|
compare: boolean; |
|
|
history: boolean; |
|
|
history: boolean; |
|
|
remote: boolean; |
|
|
remote: boolean; |
|
|
}; |
|
|
}; |
|
|
explorer: |
|
|
explorer: |
|
|
| boolean |
|
|
|
|
|
|
|
|
| false |
|
|
| { |
|
|
| { |
|
|
compare: boolean; |
|
|
compare: boolean; |
|
|
history: boolean; |
|
|
history: boolean; |
|
|