Update ExpandAliasHandler
to use latest PowerShell parser
#2108
Labels
ExpandAliasHandler
to use latest PowerShell parser
#2108
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
Summary
In the following code we (repeatedly) define an internal PowerShell script that uses the original parser to expand the alias.
PowerShellEditorServices/src/PowerShellEditorServices/Services/PowerShell/Handlers/ExpandAliasHandler.cs
Lines 32 to 71 in 37f0648
Proposed Design
This should be updated to use the new parser directly from the PowerShell APIs in C# and return a proper edit (potentially deprecating the need for an entirely separate custom request).
The text was updated successfully, but these errors were encountered: