Closed
Description
In the comment for the setting
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.
vscode-powershell/package.json
Line 537 in 08f0bc5
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.