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
Copy file name to clipboardExpand all lines: package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -726,6 +726,11 @@
726
726
"default": true,
727
727
"markdownDescription": "Shows the last line of a folded section similar to the default VS Code folding style. When disabled, the entire folded region is hidden."
728
728
},
729
+
"powershell.rename.createParameterAlias": {
730
+
"type": "boolean",
731
+
"default": true,
732
+
"markdownDescription": "Creates an alias attribute for a parameter when renaming a parameter definition."
733
+
},
729
734
"powershell.helpCompletion": {
730
735
"type": "string",
731
736
"default": "BlockComment",
@@ -769,6 +774,11 @@
769
774
"type": "boolean",
770
775
"default": false,
771
776
"markdownDescription": "Suppresses the warning message when any of `#powershell.powerShellAdditionalExePaths#` is not found."
777
+
},
778
+
"powershell.rename.acceptDisclaimer": {
779
+
"type": "boolean",
780
+
"default": false,
781
+
"markdownDescription": "Auto-accepts the [disclaimer for the PowerShell Rename Symbol feature](https://aka.ms/powershell-rename-disclaimer) which has support limitations and risks."
0 commit comments