tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
83 stars 17 forks source link

C# Dev Kit Breaks #113

Closed ProTip closed 1 year ago

ProTip commented 1 year ago

The required version of the C# Base Lang extension required by the pre-release of C# Dev Kit seems to break this. I have to disable in order for this to start working again. A shame since this is so incredibly handy.

tintoy commented 1 year ago

What behaviour are you seeing - are there errors in the output window, or is the extension just not being loaded when editing MSBuild project files?

ProTip commented 1 year ago

When I enable the C# extension v2.0.248 the msbuild tools output just says it unloaded the project; no errors.

It's currently breaking syntax highlighting in .csproj files as well, so probably an issue with the C# extension itself..

tintoy commented 1 year ago

Thanks - I'll look into it when I get home 🙂

ProTip commented 1 year ago

Looks like this is being caused by C# extension re-associating the file type: dotnet/vscode-csharp#5860 . I will close for now as it looks like they are sorting it out..

tintoy commented 1 year ago

Thanks for reporting! I'll keep an eye on it anyway 🙂