Skip to content

Commit de7fc98

Browse files
CopilotJustinGrote
andauthored
Fix settings grouping under PowerShell heading with subgroups in VS Code 1.101+ (#5329)
* Initial plan * Remove configuration title properties to fix settings grouping Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com> * Prefix configuration titles with PowerShell to maintain subgroups Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com> * Add id property to configuration sections to properly scope subgroups under PowerShell Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com>
1 parent 1f7db1a commit de7fc98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@
698698
],
699699
"configuration": [
700700
{
701+
"id": "powershell.interface",
701702
"title": "Interface",
702703
"properties": {
703704
"powershell.buttons.showRunButtons": {
@@ -772,6 +773,7 @@
772773
}
773774
},
774775
{
776+
"id": "powershell.formatting",
775777
"title": "Formatting",
776778
"properties": {
777779
"powershell.codeFormatting.preset": {
@@ -902,6 +904,7 @@
902904
}
903905
},
904906
{
907+
"id": "powershell.editorServices",
905908
"title": "Editor Services",
906909
"properties": {
907910
"powershell.powerShellDefaultVersion": {
@@ -991,6 +994,7 @@
991994
}
992995
},
993996
{
997+
"id": "powershell.pester",
994998
"title": "Pester",
995999
"properties": {
9961000
"powershell.pester.useLegacyCodeLens": {
@@ -1031,6 +1035,7 @@
10311035
}
10321036
},
10331037
{
1038+
"id": "powershell.terminal",
10341039
"title": "Terminal",
10351040
"properties": {
10361041
"powershell.integratedConsole.suppressStartupBanner": {
@@ -1079,6 +1084,7 @@
10791084
}
10801085
},
10811086
{
1087+
"id": "powershell.developer",
10821088
"title": "Developer",
10831089
"properties": {
10841090
"powershell.developer.editorServicesLogLevel": {

0 commit comments

Comments
 (0)