Skip to content

Commit 3683dbd

Browse files
committed
1 parent 6c03ba9 commit 3683dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
286286
'enum': ['left', 'bottom', 'right'],
287287
'default': 'bottom',
288288
'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."),
289-
'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.")
289+
'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.")
290290
},
291291
'workbench.panel.opensMaximized': {
292292
'type': 'string',

0 commit comments

Comments
 (0)