SeeminglyScience / EditorServicesCommandSuite

Collection of editor commands for use in PowerShell Editor Services.
Other
152 stars 13 forks source link

PowerShell Preview extension: "No extension commands have been loaded into current session" #45

Closed codaamok closed 4 years ago

codaamok commented 4 years ago

While the PowerShell Preview VSCode extension is loaded, I opened the command palette to choose "Show additional commands from PowerShell module...". A small pop up in the bottom corner read "No extension commands have been loaded into current session".

A kind person in WinAdmins Discord pointed me to the below issue where you linked to module version 0.5.0. Just come here to say the issue I just described is no present in 0.5.0 while using PowerShell Preview extension.

https://github.com/SeeminglyScience/EditorServicesCommandSuite/issues/42#issuecomment-555014744

SeeminglyScience commented 4 years ago

Fixed with v1.0.0-beta1

Install-Module EditorServicesCommandSuite -Scope CurrentUser -AllowPrerelease -Force