Skip to content

Commit

Permalink
fixes #141552
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten committed Jan 27, 2022
1 parent 6c03ba9 commit 3683dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/workbench.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'enum': ['left', 'bottom', 'right'],
'default': 'bottom',
'description': 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."),
'deprecationMessage': localize('panelDefaultLocationDeprecated', "With the introduction of the side panel, the panel position is no longer able to be moved in favor of moving view containers between the panels.")
'deprecationMessage': localize('panelDefaultLocationDeprecated', "This setting has been deprecated with the addition of the new side panel. Instead of setting the location for the panel, you now use the \"Move Views\" commands to set the location of the individual view containers within the panels.")
},
'workbench.panel.opensMaximized': {
'type': 'string',
Expand Down

0 comments on commit 3683dbd

Please sign in to comment.