psedit
psedit copied to clipboard
Enable over PSSession
See https://github.com/PowerShell/PowerShellEditorServices/blob/main/src/PowerShellEditorServices/Services/Workspace/RemoteFileManagerService.cs as how PSEditorSevices does it in VSCode
@SteveL-MSFT Should we rename this module so that it doesn't conflict with the builtin psedit? I didn't realize that existed.
@adamdriscoll I believe the "built-in" psedit only exists in ISE and when using PS remotely (it's created on the remote session). For the module name, it may make sense to name it more specific like: IronmanSoftware.PSEdit. For the alias itself, you should probably pick something else or detect if the name is already used and not create the alias.
Enabling this over PSSessions would be amazing. I would use this tool non-stop if I could use it in a similar way to how I use nano in remote ssh sessions.
Hi, any update regarding this ? I would be so please to use this module because for now the only solution that I have is to use VSCode only which is not really convenient.