Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,22 @@
],
"default": "off",
"markdownDescription": "Traces the communication between VS Code and the PowerShell Editor Services language server. **This setting is only meant for extension developers!**"
},
"powershell.rename.acceptDisclaimer": {
"type": "boolean",
"default": false,
"markdownDescription": "Auto-accepts the disclaimer for the PowerShell Rename Symbol feature which has support limitations and risks."
},
"powershell.rename.createFunctionAlias": {
"type": "boolean",
"default": true,
"markdownDescription": "Defines an alias above the function definition for the previous function.",
"deprecationMessage": "This has not been implemented yet."
},
"powershell.rename.createParameterAlias": {
"type": "boolean",
"default": true,
"markdownDescription": "Creates an alias attribute for a parameter when renaming a parameter definition."
}
}
},
Expand Down