add position panel left (#84477)

- enable layout code to position panel to the left
This commit is contained in:
Alexander Fell
2019-12-18 17:18:25 +00:00
committed by SteVen Batten
parent 71eb6ad17e
commit ad0eae3d68
8 changed files with 141 additions and 85 deletions

View File

@@ -174,7 +174,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
},
'workbench.panel.defaultLocation': {
'type': 'string',
'enum': ['bottom', 'right'],
'enum': ['left', 'bottom', 'right'],
'default': 'bottom',
'description': nls.localize('panelDefaultLocation', "Controls the default location of the panel (terminal, debug console, output, problems). It can either show at the bottom or on the right of the workbench.")
},