You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isolated runtime for the language server is back, so users no longer need to have a specific version of .NET to be installed to be able to use the extension.
The .NET runtime, required to run the language server, is now acquired using the vscode-dotnet-runtime extension as a dependency (so you don't need to have that specific version of .NET on your machine installed to use the extension)
All completion are now shown by default
Basic integration with redhat.vscode-xml extension is now provided, so you can use its features for msbuild language
Language server, packed with the extension, is now built in release mode
Extension bundle size has been significantly optimized
Dependencies have been updaded to address known security vulnerabilities