Justin Grote

Results 875 comments of Justin Grote

@andschwa exciting! I'll test it in preview

For reference, the Pester Tests adapter utilizes this API to report test results in real time so it doesn't have to wait for the final output or interpret text output....

@juvtib PSES is basically the LSP for the plugin. If this has been committed to PSES I would expect to see it in the next preview release of the PowerShell...

@andschwa working great! I have about as complex of a class as it gets in ModuleFast, and methods aren't showing up for some reason for the most part, I think...

@andschwa @SeeminglyScience oops I conflated two different things, you're right! Sorry about that, doing a quick symbol search and I'm seeing what I expect to see as well. Thanks!

Makes sense to me! Upon release you'll probably need to push one last preview extension that implements the deprecated field and points to the "main" extension.

> @JustinGrote I don't see any `deprecated` field in the extension manifest, but I believe that @isidorn and the VS Code team are handling this in the backend. Thanks very...

@shackcrack007 See https://github.com/PowerShell/vscode-powershell/issues/1356#issuecomment-425573376 As a general rule we try not to put any magic intelligence into the extension/PSES if we can get away with it (e.g. string parsing of these...

Probably not, I'll keep it on my free time to do list.

It is possible https://github.com/PowerShell/vscode-powershell/pull/4065 may resolve this, linking for posterity.