PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
612 stars 207 forks source link

Remove `PowerShellEditorServices.VSCode` module / `ContentViews` feature #2132

Closed andyleejordan closed 5 months ago

andyleejordan commented 5 months ago

As it took a year (presumably, maybe a more recent VS Code update is what broke it) to come up that indicates its usage is too low for us to go about fixing. If someone wants to figure it out we'll be happy to take a PR. For now we're removing the code (which is also a massive simplification because it was the entirety of the "VSCode" module we had to build and ship with the extension).

andyleejordan commented 5 months ago

Me too! Goal is to reduce the surface area we have to maintain. I want a stable, quality extension even if it's smaller! Not an extension trying to implement everything possible under the sun but failing at all the core features.