Toby Leduc

Results 5 comments of Toby Leduc

I loaded the zip, disabled the original powershell extension and it did not fix the issue for me. My issue might be different because so far I am only having...

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

> Sorry for my late reply, I was on holidays for some days: > > Please remind: > > * the error is thrown only when working VSCode-PowerShell. It it...

> @TobyLeduc for that error you posted, what's the result of `$error[0].Exception | fl * -force`? ``` PS> $error[0].Exception | fl * -force ErrorRecord : Team not found Message :...

> @TobyLeduc Could there be some missing state that you're relying on? Because that error looks legitimate, that the command executed but the team was not found. I don't think...