From 5e6b051bf752607bde07c65b51a44e77105724b4 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Tue, 5 Jul 2022 15:22:02 -0700 Subject: [PATCH] Change configuration title to just `PowerShell` The vast majority of other extensions don't add "configuration" to the prefix, as the text is already displayed under Settings -> Extensions, and the amount of horizontal space available is small. Since this is just the title, it is a non-breaking change. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c005e6639..cf9128d61d 100644 --- a/package.json +++ b/package.json @@ -540,7 +540,7 @@ ], "configuration": { "type": "object", - "title": "PowerShell Configuration", + "title": "PowerShell", "properties": { "powershell.sideBar.CommandExplorerVisibility": { "type": "boolean",