Skip to content

Commit 1858275

Browse files
committed
Add Rename Service Settings
1 parent 41b7e30 commit 1858275

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

+17
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,23 @@
10121012
],
10131013
"default": "off",
10141014
"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."
10151032
}
10161033
}
10171034
},

0 commit comments

Comments
 (0)