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

Official support for VS 2017 and later #33

Closed rpaquay closed 6 years ago

rpaquay commented 7 years ago

See issue #28: Even though VsChromium works with VS 2017, there is a scary warning when installing the extension:

The following extensions are not compatible with Visual Studio 15. Installation may cause Visual Studio to be unstable


See http://www.visualstudioextensibility.com/2017/01/10/its-time-to-change-the-vsix-manifest-of-your-extension-to-v3-for-visual-studio-2017-compatibility/ for instructions on how to upgrade VsChromium to be compatible wit the new manifest format.


Note: To support the new manifest format, the VsChromium solution must first be upgraded to VS 2015 (it is currently built with VS 2013).