Skip to content

Commit bb8aaca

Browse files
Change configuration title to just PowerShell (#4063)
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.
1 parent 30d6a5a commit bb8aaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
],
541541
"configuration": {
542542
"type": "object",
543-
"title": "PowerShell Configuration",
543+
"title": "PowerShell",
544544
"properties": {
545545
"powershell.sideBar.CommandExplorerVisibility": {
546546
"type": "boolean",

0 commit comments

Comments
 (0)