You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add powershell.codeFormatting.autoCorrectAliases setting to add support for optionally correcting aliases as well (added in PSSA 1.18.2). Disabled by default. (PowerShell#2165)
Copy file name to clipboardExpand all lines: package.json
+5
Original file line number
Diff line number
Diff line change
@@ -585,6 +585,11 @@
585
585
"default": true,
586
586
"description": "Shows the last line of a folded section similar to the default VSCode folding style. When disabled, the entire folded region is hidden."
587
587
},
588
+
"powershell.codeFormatting.autoCorrectAliases": {
589
+
"type": "boolean",
590
+
"default": false,
591
+
"description": "Replaces aliases with their aliased name."
0 commit comments