From 3683dbd1769252265236c0bcead4007785ba1a56 Mon Sep 17 00:00:00 2001 From: SteVen Batten Date: Wed, 26 Jan 2022 17:37:52 -0800 Subject: [PATCH] fixes #141552 --- src/vs/workbench/browser/workbench.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/browser/workbench.contribution.ts b/src/vs/workbench/browser/workbench.contribution.ts index 15f7cebe8ffff..aa8b60656e713 100644 --- a/src/vs/workbench/browser/workbench.contribution.ts +++ b/src/vs/workbench/browser/workbench.contribution.ts @@ -286,7 +286,7 @@ const registry = Registry.as(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',