chromium / vs-chromium

A Visual Studio extension containing a collection of tools to help contributing code to the Chromium project.
BSD 3-Clause "New" or "Revised" License
311 stars 90 forks source link

Link to latest is wrong for VS 2022 #87

Open randomascii opened 2 years ago

randomascii commented 2 years ago

The VsChromium main page at https://chromium.github.io/vs-chromium/#installation links to https://github.com/chromium/vs-chromium/releases/tag/v0.9.37 as the latest release. However this doesn't work with VS 2022. Finding the correct release is non-obvious. Suggestions:

Update the main page to link to both the VS 2022 and previous-versions, with VS 2022 getting more prominent billing. Or, link directly to v0.9.39 since it looks like it supports all VS versions - just take away the pre-release tag.

v0.9.38 should probably be deleted.

duaneking commented 4 days ago

Yeah if you try to install that build it'll just give you an exception and say that it's not compatible with anything that's installed even if you have Visual Studio 2022 fully installed.

Just hit this myself and yet GitHub/etc isn't giving me a better version to install, either.

duaneking commented 4 days ago

Referencing #88 to help others - use the pre-release version that actually supports 2022

randomascii commented 4 days ago

Reiterating the last comment, this is the installer that should be used for VS 2022. I have been using it for three years without problems:

https://github.com/chromium/vs-chromium/releases/tag/v0.9.39

It is too bad that it is still tagged as pre-release.