psedit icon indicating copy to clipboard operation
psedit copied to clipboard

Enable over PSSession

Open SteveL-MSFT opened this issue 2 years ago • 4 comments

See https://github.com/PowerShell/PowerShellEditorServices/blob/main/src/PowerShellEditorServices/Services/Workspace/RemoteFileManagerService.cs as how PSEditorSevices does it in VSCode

SteveL-MSFT avatar Nov 26 '22 18:11 SteveL-MSFT

@SteveL-MSFT Should we rename this module so that it doesn't conflict with the builtin psedit? I didn't realize that existed.

adamdriscoll avatar Nov 26 '22 21:11 adamdriscoll

@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.

SteveL-MSFT avatar Nov 28 '22 17:11 SteveL-MSFT

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.

ThePowershellNinja avatar Dec 01 '22 20:12 ThePowershellNinja

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.

arnaudcharles avatar Jul 30 '24 19:07 arnaudcharles