Closed
Description
My issue related to following newsblog:
https://devblogs.microsoft.com/powershell/introducing-powershell-as-net-global-tool/
I have uninstalled PowerShell 6.2.2 to test installation via dotnet tool install --global PowerShell
Everything is working fine.
Unfortunately, VSCode powershell extensions can't automatically pick up PowerShell installed as .net core global tool and falls back to built-in windows powershell 5.1.
For example, I can't change language mode
Can you modify autodetection mechanics so powershell as global tools picked up correctly?