You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
powershell.powerShellDefaultVersion is stated that the Version nummber should be given is something like PowerShell Core 6.0.2 (x64), which would be in my case PowerShell Core 6.1.2 (x64) no other version is installed.
"description": "Specifies the name of the PowerShell version used in the startup session when the extension loads e.g \"Windows PowerShell (x86)\" or \"PowerShell Core 6.0.2 (x64)\"."
But this does not work. With the full version number the Plugin falls back to PowerShell 5.1.x (Full Framework) .
But "powershell.powerShellDefaultVersion": "PowerShell Core 6 (x64)" is working fine.
I don't know what the expected behavior is, so i didn't provide a PR for that now.