mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
improve grid auto sizing algorithm (#188898)
* improve grid auto sizing algorithm fixes #187431 * update description --------- Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
This commit is contained in:
@@ -181,7 +181,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
'enum': ['auto', 'distribute', 'split'],
|
||||
'default': 'auto',
|
||||
'enumDescriptions': [
|
||||
localize('workbench.editor.splitSizingAuto', "Splits all the editor groups to equal parts unless a part has been changed in size."),
|
||||
localize('workbench.editor.splitSizingAuto', "Splits the active editor group to equal parts, unless all editor groups are already in equal parts. In that case, splits all the editor groups to equal parts."),
|
||||
localize('workbench.editor.splitSizingDistribute', "Splits all the editor groups to equal parts."),
|
||||
localize('workbench.editor.splitSizingSplit', "Splits the active editor group to equal parts.")
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user