Justin Grote
Justin Grote
@andyleejordan I am going to do a partial reimplementation of https://github.com/PowerShell/platyPS/tree/main/src/Transform to facilitate getting this to work until https://github.com/PowerShell/PowerShell/pull/25108 gets merged as it will likely stall during stabilization time for...
We had a huge discussion on this as I recall and the DAP protocol currently doesn't have a way to "sync" breakpoints as per lots of discussion in https://github.com/PowerShell/PowerShellEditorServices/pull/1853. Two...
For example, the PowerShell extension is forced to use these unsupported engines due to maintaining Azure Data Studio Support ``` npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package:...
Plaster is no longer a first party Microsoft product, having been transferred to powershell.org. Also, the nature of the product would lend itself nicely to a separate extension, similar to...
Thanks for your submission! I can reproduce this, it tries to open '.' in the editor for me.  No obvious logs other than `executeMode dotsource` which is suspicious in...
@andyleejordan I think you'll like this new utility function too for taking action on a config change: https://github.com/PowerShell/vscode-powershell/blob/d61719447fa80d351db96e7e6efdd6cb69aab243/src/utils.ts#L89-L113 EDIT: I see a flaw here, will fix :)
Currently pending https://github.com/microsoft/vscode-languageserver-node/issues/1116 otherwise all of our log messages surface as "trace" with a header which is not ideal.
No longer pending that, I wrote a new trace handler :). Currently debating if I want to add realtime logging changes based on changing the LSP setting to this PR...
Thanks for your submission! I cannot reproduce, copilot and PS work just fine for me. Have you tried a fresh profile with only the PowerShell and Copilot extensions loaded? Also...
The variables in path is reasonable but not sure if the API allows us to implement it. The problem with the arguments at least for the PowerShell extension terminal is...