Skip to content

Commit 8375f70

Browse files
CopilotJustinGrote
andcommitted
Add id property to configuration sections to properly scope subgroups under PowerShell
Co-authored-by: JustinGrote <[email protected]>
1 parent 6015fd3 commit 8375f70

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,8 @@
698698
],
699699
"configuration": [
700700
{
701-
"title": "PowerShell: Interface",
701+
"id": "powershell.interface",
702+
"title": "Interface",
702703
"properties": {
703704
"powershell.buttons.showRunButtons": {
704705
"type": "boolean",
@@ -772,7 +773,8 @@
772773
}
773774
},
774775
{
775-
"title": "PowerShell: Formatting",
776+
"id": "powershell.formatting",
777+
"title": "Formatting",
776778
"properties": {
777779
"powershell.codeFormatting.preset": {
778780
"type": "string",
@@ -902,7 +904,8 @@
902904
}
903905
},
904906
{
905-
"title": "PowerShell: Editor Services",
907+
"id": "powershell.editorServices",
908+
"title": "Editor Services",
906909
"properties": {
907910
"powershell.powerShellDefaultVersion": {
908911
"type": "string",
@@ -991,7 +994,8 @@
991994
}
992995
},
993996
{
994-
"title": "PowerShell: Pester",
997+
"id": "powershell.pester",
998+
"title": "Pester",
995999
"properties": {
9961000
"powershell.pester.useLegacyCodeLens": {
9971001
"type": "boolean",
@@ -1031,7 +1035,8 @@
10311035
}
10321036
},
10331037
{
1034-
"title": "PowerShell: Terminal",
1038+
"id": "powershell.terminal",
1039+
"title": "Terminal",
10351040
"properties": {
10361041
"powershell.integratedConsole.suppressStartupBanner": {
10371042
"type": "boolean",
@@ -1079,7 +1084,8 @@
10791084
}
10801085
},
10811086
{
1082-
"title": "PowerShell: Developer",
1087+
"id": "powershell.developer",
1088+
"title": "Developer",
10831089
"properties": {
10841090
"powershell.developer.editorServicesLogLevel": {
10851091
"type": "string",

0 commit comments

Comments
 (0)