PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Add docs for PSES support with non-VSCode clients

Open SydneyhSmith opened this issue 3 years ago • 1 comments

@andschwa recently got PSES v3 working with non-VSCode clients https://github.com/PowerShell/PowerShellEditorServices/pull/1820 We should better document how to integrate with PSES

SydneyhSmith avatar Jun 15 '22 10:06 SydneyhSmith

We need to improve the way we actually execute PSES. First off, we need our cmdlet to have smart defaults, because right now it's a super long string you have to get right, and it's requiring absolute paths in some but not all cases. Very annoying. Let's get it as simple as possible, then document, and then maybe propose bundling PSES into PowerShell with a -lsp flag.

andyleejordan avatar Jun 21 '22 21:06 andyleejordan