Skip to content

Commit 13f95e0

Browse files
authored
Add Rename Service Settings (#5056)
* Add configuration options for PowerShell parameter renaming feature * Add hyperlink to rename disclaimer setting
1 parent 09bba76 commit 13f95e0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,11 @@
726726
"default": true,
727727
"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."
728728
},
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+
},
729734
"powershell.helpCompletion": {
730735
"type": "string",
731736
"default": "BlockComment",
@@ -769,6 +774,11 @@
769774
"type": "boolean",
770775
"default": false,
771776
"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."
772782
}
773783
}
774784
},

0 commit comments

Comments
 (0)