Skip to content

Commit 251cfb9

Browse files
CopilotJustinGrote
andcommitted
Remove configuration title properties to fix settings grouping
Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com>
1 parent 35fe82e commit 251cfb9

File tree

1 file changed

+8
-36
lines changed

1 file changed

+8
-36
lines changed

package.json

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -696,10 +696,8 @@
696696
"initialConfigurations": []
697697
}
698698
],
699-
"configuration": [
700-
{
701-
"title": "Interface",
702-
"properties": {
699+
"configuration": {
700+
"properties": {
703701
"powershell.buttons.showRunButtons": {
704702
"type": "boolean",
705703
"default": true,
@@ -768,12 +766,7 @@
768766
"type": "boolean",
769767
"default": false,
770768
"markdownDescription": "Suppresses the warning message when any of `#powershell.powerShellAdditionalExePaths#` is not found."
771-
}
772-
}
773-
},
774-
{
775-
"title": "Formatting",
776-
"properties": {
769+
},
777770
"powershell.codeFormatting.preset": {
778771
"type": "string",
779772
"default": "Custom",
@@ -898,12 +891,7 @@
898891
"type": "boolean",
899892
"default": false,
900893
"markdownDescription": "Use correct casing for cmdlets."
901-
}
902-
}
903-
},
904-
{
905-
"title": "Editor Services",
906-
"properties": {
894+
},
907895
"powershell.powerShellDefaultVersion": {
908896
"type": "string",
909897
"default": "",
@@ -987,12 +975,7 @@
987975
"default": false,
988976
"markdownDescription": "**Deprecated:** Uses the 32-bit language service on 64-bit Windows. This setting has no effect on 32-bit Windows or on the PowerShell extension debugger, which has its own architecture configuration.",
989977
"markdownDeprecationMessage": "**Deprecated:** This setting was removed when the PowerShell installation searcher was added. Please use the `#powershell.powerShellAdditionalExePaths#` setting instead."
990-
}
991-
}
992-
},
993-
{
994-
"title": "Pester",
995-
"properties": {
978+
},
996979
"powershell.pester.useLegacyCodeLens": {
997980
"type": "boolean",
998981
"default": true,
@@ -1027,12 +1010,7 @@
10271010
],
10281011
"default": "Diagnostic",
10291012
"markdownDescription": "Defines the verbosity of output to be used when debugging a test or a block. For Pester 5 and newer the default value `Diagnostic` will print additional information about discovery, skipped and filtered tests, mocking and more."
1030-
}
1031-
}
1032-
},
1033-
{
1034-
"title": "Terminal",
1035-
"properties": {
1013+
},
10361014
"powershell.integratedConsole.suppressStartupBanner": {
10371015
"type": "boolean",
10381016
"default": false,
@@ -1075,12 +1053,7 @@
10751053
"type": "boolean",
10761054
"default": false,
10771055
"markdownDescription": "Use the VS Code API to clear the terminal since that's the only reliable way to clear the scrollback buffer. Turn this on if you're used to `Clear-Host` clearing scroll history. **This setting is not recommended and likely to be deprecated!**"
1078-
}
1079-
}
1080-
},
1081-
{
1082-
"title": "Developer",
1083-
"properties": {
1056+
},
10841057
"powershell.developer.editorServicesLogLevel": {
10851058
"type": "string",
10861059
"default": "Warning",
@@ -1151,9 +1124,8 @@
11511124
"markdownDescription": "**Deprecated:** Specifies the URL of the GitHub project in which to generate bug reports.",
11521125
"markdownDeprecationMessage": "**Deprecated:** This setting was never meant to be changed!"
11531126
}
1154-
}
11551127
}
1156-
],
1128+
},
11571129
"capabilities": {
11581130
"untrustedWorkspaces": {
11591131
"supported": false

0 commit comments

Comments
 (0)