Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
andyleejordan committed Jul 5, 2022
commit 5e6b051bf752607bde07c65b51a44e77105724b4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@
],
"configuration": {
"type": "object",
"title": "PowerShell Configuration",
"title": "PowerShell",
"properties": {
"powershell.sideBar.CommandExplorerVisibility": {
"type": "boolean",
Expand Down