Skip to content

v0.6.6

Latest
Compare
Choose a tag to compare
@tintoy tintoy released this 20 Oct 02:13

Change Log

v0.6.6

  • 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).

v0.6.3

v0.6.0

  • Extension startup time has been improved.
  • The MSBuild language server now runs on .NET 8.
  • 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.