Fix build, add automated build & cleanup dependencies - #156
Conversation
visuve
commented
Apr 1, 2024
- The code did not compile due to missing dependencies etc.
- There were a lot of redundancy in the dependencies
- e.g. Microsoft.VisualStudio.SDK already pulls a lot of dependencies with it and there is no need to declare them again.
- See https://www.nuget.org/packages/Microsoft.VisualStudio.SDK#dependencies-body-tab for more details
- e.g. Microsoft.VisualStudio.SDK already pulls a lot of dependencies with it and there is no need to declare them again.
- The only feature lost is the CollapsedText - This is because the previously used newer version (17.8.9-preview) of Microsoft.VisualStudio.LanguageServer.Protocol no longer exists - See also https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.languageserver.protocol.foldingrange?view=visualstudiosdk-2022
|
@HJLebbink please reply |
|
@HJLebbink are you still maintaining this extension? |
I’ll give it another go. I’m going to have Claude roll back the LSP update from four years ago. It has been holding me back from doing any meaningful development or maintenance. Microsoft once promised a decent LSP solution, but they never updated any of their sheit. |
|
@visuve @ryanbuck182 Sadly, Microsoft never updated their LSP bits. Reverting to the last stable release would mean losing features, and I had hoped the preview I’d been using would eventually turn into a proper stable version within a year or so. Instead, it has vanished from the internet entirely, leaving everyone who depends on their LSP stuff in the lurch. |
|
That sucks. Thanks for taking the time to look into it even if there's nothing you can do. |