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:
Dhairya Nadapara
2019-10-21 21:28:15 +05:30
committed by Benjamin Pasero
parent aa28cc6e36
commit 0abf6cf816
4 changed files with 20 additions and 4 deletions

View File

@@ -1042,6 +1042,7 @@ interface IEditorPartConfiguration {
mouseBackForwardToNavigate?: boolean;
labelFormat?: 'default' | 'short' | 'medium' | 'long';
restoreViewState?: boolean;
splitSizing?: 'split' | 'distribute';
}
export interface IEditorPartOptions extends IEditorPartConfiguration {