SeeminglyScience / EditorServicesCommandSuite

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

EditorServicesSuite stopped working #66

Closed postanote closed 3 years ago

postanote commented 3 years ago

I believe I submitted this issue in the past, but no longer see it.

The EditorServiceSuite has not worked in VSCode, well at least for me, since the last several VScode releases.

I've done several tests in pristine installs use the Windows 10 sandbox, for validation.

On startup, you see EditorServiceSuite being loaded and you can get a list of commands via Get-Command -Module EditorServiceSuite, but on use, say, using the splatting command, etc., nothing happens.

If I roll back to a minimum of VSCode to 2020.1.0, all things start working again. In all later versions, it fails to function.