|
696 | 696 | "initialConfigurations": [] |
697 | 697 | } |
698 | 698 | ], |
699 | | - "configuration": { |
700 | | - "properties": { |
| 699 | + "configuration": [ |
| 700 | + { |
| 701 | + "title": "PowerShell: Interface", |
| 702 | + "properties": { |
701 | 703 | "powershell.buttons.showRunButtons": { |
702 | 704 | "type": "boolean", |
703 | 705 | "default": true, |
|
766 | 768 | "type": "boolean", |
767 | 769 | "default": false, |
768 | 770 | "markdownDescription": "Suppresses the warning message when any of `#powershell.powerShellAdditionalExePaths#` is not found." |
769 | | - }, |
| 771 | + } |
| 772 | + } |
| 773 | + }, |
| 774 | + { |
| 775 | + "title": "PowerShell: Formatting", |
| 776 | + "properties": { |
770 | 777 | "powershell.codeFormatting.preset": { |
771 | 778 | "type": "string", |
772 | 779 | "default": "Custom", |
|
891 | 898 | "type": "boolean", |
892 | 899 | "default": false, |
893 | 900 | "markdownDescription": "Use correct casing for cmdlets." |
894 | | - }, |
| 901 | + } |
| 902 | + } |
| 903 | + }, |
| 904 | + { |
| 905 | + "title": "PowerShell: Editor Services", |
| 906 | + "properties": { |
895 | 907 | "powershell.powerShellDefaultVersion": { |
896 | 908 | "type": "string", |
897 | 909 | "default": "", |
|
975 | 987 | "default": false, |
976 | 988 | "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.", |
977 | 989 | "markdownDeprecationMessage": "**Deprecated:** This setting was removed when the PowerShell installation searcher was added. Please use the `#powershell.powerShellAdditionalExePaths#` setting instead." |
978 | | - }, |
| 990 | + } |
| 991 | + } |
| 992 | + }, |
| 993 | + { |
| 994 | + "title": "PowerShell: Pester", |
| 995 | + "properties": { |
979 | 996 | "powershell.pester.useLegacyCodeLens": { |
980 | 997 | "type": "boolean", |
981 | 998 | "default": true, |
|
1010 | 1027 | ], |
1011 | 1028 | "default": "Diagnostic", |
1012 | 1029 | "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." |
1013 | | - }, |
| 1030 | + } |
| 1031 | + } |
| 1032 | + }, |
| 1033 | + { |
| 1034 | + "title": "PowerShell: Terminal", |
| 1035 | + "properties": { |
1014 | 1036 | "powershell.integratedConsole.suppressStartupBanner": { |
1015 | 1037 | "type": "boolean", |
1016 | 1038 | "default": false, |
|
1053 | 1075 | "type": "boolean", |
1054 | 1076 | "default": false, |
1055 | 1077 | "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!**" |
1056 | | - }, |
| 1078 | + } |
| 1079 | + } |
| 1080 | + }, |
| 1081 | + { |
| 1082 | + "title": "PowerShell: Developer", |
| 1083 | + "properties": { |
1057 | 1084 | "powershell.developer.editorServicesLogLevel": { |
1058 | 1085 | "type": "string", |
1059 | 1086 | "default": "Warning", |
|
1124 | 1151 | "markdownDescription": "**Deprecated:** Specifies the URL of the GitHub project in which to generate bug reports.", |
1125 | 1152 | "markdownDeprecationMessage": "**Deprecated:** This setting was never meant to be changed!" |
1126 | 1153 | } |
| 1154 | + } |
1127 | 1155 | } |
1128 | | - }, |
| 1156 | + ], |
1129 | 1157 | "capabilities": { |
1130 | 1158 | "untrustedWorkspaces": { |
1131 | 1159 | "supported": false |
|
0 commit comments