We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
The text was updated successfully, but these errors were encountered:
Add support for VS 2017 (Issue #33)
36f4017
* Move to VSIX manifest v3 to avoid warning when installing on VS 2017. * Sources * http://www.visualstudioextensibility.com/2017/01/10/its-time-to-change-the-vsix-manifest-of-your-extension-to-v3-for-visual-studio-2017-compatibility/ * https://github.com/MicrosoftDocs/visualstudio-docs/blob/master/docs/extensibility/faq-2017.md#can-i-build-a-vsix-v3-with-visual-studio-2015
Add helpers for installing VSIX on VS 1027 (Issue #33)
8d96391
Upgrade native projects to VS 2015
2d621cb
Part of fix for #33
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: