Skip to content

Commit c826b53

Browse files
committed
1 parent 1b18d1e commit c826b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
191191
'type': 'string',
192192
'enum': ['left', 'bottom', 'right'],
193193
'default': 'bottom',
194-
'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.")
194+
'description': nls.localize('panelDefaultLocation', "Controls the default location of the panel (terminal, debug console, output, problems). It can either show at the bottom, right, or left of the workbench.")
195195
},
196196
'workbench.statusBar.visible': {
197197
'type': 'boolean',

0 commit comments

Comments
 (0)