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
+17
Original file line number
Diff line number
Diff line change
@@ -1012,6 +1012,23 @@
1012
1012
],
1013
1013
"default": "off",
1014
1014
"markdownDescription": "Traces the communication between VS Code and the PowerShell Editor Services language server. **This setting is only meant for extension developers!**"
1015
+
},
1016
+
"powershell.rename.acceptDisclaimer": {
1017
+
"type": "boolean",
1018
+
"default": false,
1019
+
"markdownDescription": "Auto-accepts the disclaimer for the PowerShell Rename Symbol feature which has support limitations and risks."
1020
+
},
1021
+
"powershell.rename.createFunctionAlias": {
1022
+
"type": "boolean",
1023
+
"default": true,
1024
+
"markdownDescription": "Defines an alias above the function definition for the previous function.",
1025
+
"deprecationMessage": "This has not been implemented yet."
1026
+
},
1027
+
"powershell.rename.createParameterAlias": {
1028
+
"type": "boolean",
1029
+
"default": true,
1030
+
"markdownDescription": "Creates an alias attribute for a parameter when renaming a parameter definition.",
1031
+
"deprecationMessage": "This has not been implemented yet."
0 commit comments