tintoy / msbuild-project-tools-vscode

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

Can I set the language server to use .NET 6 Preview? #82

Closed devantler closed 2 years ago

devantler commented 3 years ago

I'm on apple silicon, so running .NET 5 is not an option for me, and I would really like this extension to work. Is it possible to set the language server to use .NET 6 Preview?

tintoy commented 3 years ago

Hi - I’ll see if I can create a branch for 6.x and post a VSIX you can try out (can’t publish it to the gallery because then everyone will need to install the 6.x preview runtime).

devantler commented 3 years ago

Thanks — that would be really helpful!

tverboon commented 3 years ago

@tintoy: For me your extension v0.4.0-preview1 is working with 6.0.100-preview.7.21379.14 on a Mac. The most important feature for me is the NuGet autocomplete for versions. Thanks!

tintoy commented 3 years ago

Great! I won’t publish that version to the gallery yet (since it will force everyone to upgrade to 6 before they can use it) but I will keep any eye on 6 and as soon as it hits RTM I’ll build a new version and publish it to the gallery :)

JohnCampionJr commented 2 years ago

Thank you for this - dumb question - how do I use this with VS Code without the gallery?

tintoy commented 2 years ago

In the extensions tab in VS Code there is a little “…” menu button in the top right. Under that menu you’ll find an option to install the VSIX package (you may need to unzip it first).

🙂

tintoy commented 2 years ago

Published v0.4.1 to the VS Gallery (now targets .NET 6).