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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change Log
v0.6.5
Extension now more aggressively forces local user runtime and picks up the latest runtime version available (including previews). This makes it possible to use the extension with preview versions of .NET/MSBuild (#152).
Language server now validates dotnet host process exit code and can provide more diagnostic information in some scenarios, such as when the SDK configured in global.json is not available (tintoy/msbuild-project-tools-server#106).
v0.6.4
Update intellisense help content for Content items and CopyToXXXDirectory global item metadata (#148).
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.