Closed
Description
In the 0.6.0 release of the PowerShell extension, $host.Version
is supposed to report the version of the PowerShell extension that the user is running. However, it currently reports version 0.5.0 even though 0.6.0 is installed. This could be a bug in how VS Code's extension metadata API is pulling out the version number, must investigate.