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
Correctly handle VSCode/LSP completion behaviour where the last character typed is implicitly part of the current selection, if it triggered completion (#93).
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.