We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a16fe0 commit c86418bCopy full SHA for c86418b
package.json
@@ -692,7 +692,7 @@
692
},
693
"powershell.codeFormatting.useCorrectCasing": {
694
"type": "boolean",
695
- "default": true,
+ "default": false,
696
"description": "Use correct casing for cmdlets."
697
698
"powershell.integratedConsole.showOnStartup": {
src/settings.ts
@@ -144,7 +144,7 @@ export function load(): ISettings {
144
WhitespaceAroundPipe: true,
145
ignoreOneLineBlock: true,
146
alignPropertyValuePairs: true,
147
- useCorrectCasing: true,
+ useCorrectCasing: false,
148
};
149
150
const defaultIntegratedConsoleSettings: IIntegratedConsoleSettings = {
0 commit comments