From b9ac8b24ad197d88ca397479fc2b31508b6ba841 Mon Sep 17 00:00:00 2001 From: Filip Andrzej Kaminski Date: Thu, 21 Mar 2024 17:37:31 +0100 Subject: [PATCH] Change description of a setting --- packages/vscode-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index ae4052553..04334850a 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -56,7 +56,7 @@ "type": "boolean", "scope": "window", "default": false, - "description": "This option alows you to move IDE Panel to Activity Bar. (warning: You will need to reset your workspace for this setting to take effect)" + "description": "This option alows you to move IDE Panel to Activity Bar. (warning: if you currently have it open it is going to be close after ajusting that setting.)" } } },