tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
83 stars 17 forks source link

Update dependencies #132

Closed DoctorKrolic closed 11 months ago

DoctorKrolic commented 11 months ago

The goal was to update vscode-languageclient to the latest version. However, the latest version requires vscode 1.82+, so updated it as well. There were breaking changes, so quite a bit of code changed. Verified manually that extension still works (our client side code it there for the most part to start a language server, thus the fact, that extension still correctly boots is an acceptable verification IMO)