Dane
Dane
Additional context: * Issue only occurs when using the PowerShell plugin in VS Code since version v2022.5.1 * I am using latest version [Oh My Posh](https://github.com/JanDeDobbeleer/oh-my-posh) I am not sure...
The terminal loads without issue. Following this thread further, I narrowed down the issue to the following: ```ps1 # Attempt to load and start Az Predictor try { if ($PSVersionTable.PSVersion.Major...
Can confirm that even with a Write-Host, it still errors:  And with no exception handling: 
With just those two lines in the profile, I still get the issue on version `2022.5.0` and above: 
Details on the version of Az.Tools.Predictor I am using in case it's helpful: 
Re-opening, have already provided repro info.
Sounds good, cheers!