Skip to content

MSBuild Project Tools language service v0.2.25

Compare
Choose a tag to compare
@tintoy tintoy released this 11 Feb 23:25
v0.2.25
9fd52d1

Changes

  • Implement completion for top-level <Import> element.

Notes

If you want to use the new MSBuild language service, you must have .NET Core 2.0 present on the system path (but your project can target whatever platform / version it wants to). If you don't have it, then the extension will fall back to using the classic PackageReference completion provider (MSBuild-related functionality will not be available).

More information

See the README for more information.