Rob Holt
Rob Holt
This looks related to https://github.com/PowerShell/vscode-powershell/issues/2555. Thanks for the detailed report @codykonior.
I'm able to reproduce this locally, at first. After waiting a bit the explorer populated. In your case, does the command explorer simply never populate or do entries appear after...
@TheIncorrigible1 Good question. I don't have anything particular in mind. The fact that we are even proposing to make a settings-embedded JSON configuration for a psd1-file-configured tool already feels a...
Can you provide the output of `$error[0] | fl * -force` after the error occurs?
Going to reopen the issue here since it's quite possible this is at least partially an issue in PSES
It looks like PnP also [does some dependency wrangling](https://github.com/pnp/powershell/blob/e06c687263f07f3d2908970a2cac42ece6f71d46/src/Commands/Base/PnPPowerShellModuleInitializer.cs#L32-L60) and registers their own assembly resolve event, but neither of us checks the required assembly version. I've had a go implementing...
> The return should have been a list of 20-30 sites, I get nothing in the integrated console. Ok that's much stranger than getting an exception, and harder to debug...
@TobyLeduc for that error you posted, what's the result of `$error[0].Exception | fl * -force`?
Ok, I've investigated this and we haven't ever supported it -- I was under the impression that we once did and it broke, but that's not the case. Marking this...
Awesome! There are going to be a few pieces to the puzzle, but basically it will look like: - Add binding in vscode-PowerShell and plumb through the request to the...