Skip to content

Commit

Permalink
Add Rename Service Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Sep 24, 2024
1 parent d762d90 commit d7a38a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,23 @@
],
"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.",
"deprecationMessage": "This has not been implemented yet."
}
}
},
Expand Down

0 comments on commit d7a38a3

Please sign in to comment.