We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a03861 commit 078efd2Copy full SHA for 078efd2
package.json
@@ -697,7 +697,7 @@
697
},
698
"powershell.codeFormatting.useCorrectCasing": {
699
"type": "boolean",
700
- "default": true,
+ "default": false,
701
"description": "Use correct casing for cmdlets."
702
703
"powershell.integratedConsole.showOnStartup": {
src/settings.ts
@@ -150,7 +150,7 @@ export function load(): ISettings {
150
WhitespaceAroundPipe: true,
151
ignoreOneLineBlock: true,
152
alignPropertyValuePairs: true,
153
- useCorrectCasing: true,
+ useCorrectCasing: false,
154
};
155
156
const defaultIntegratedConsoleSettings: IIntegratedConsoleSettings = {
0 commit comments