mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
added split pane options to settings (#82888)
* added split pane options to settings
* moved option to workbench config
* updating description messages
* review changes
* 💄
This commit is contained in:
committed by
Benjamin Pasero
parent
aa28cc6e36
commit
0abf6cf816
@@ -1042,6 +1042,7 @@ interface IEditorPartConfiguration {
|
||||
mouseBackForwardToNavigate?: boolean;
|
||||
labelFormat?: 'default' | 'short' | 'medium' | 'long';
|
||||
restoreViewState?: boolean;
|
||||
splitSizing?: 'split' | 'distribute';
|
||||
}
|
||||
|
||||
export interface IEditorPartOptions extends IEditorPartConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user