-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Continuation of #36
Any pull requests are welcome to support: VS2010, VS2012, VS2013, VS2015, VS2017
v0.12.8+, obsolete:
NEW: Started support of Visual Studio 15 /tested on Enterprise Preview 4 (25618.00)
More details about the changes to VS extensibility for VS 2017 can be found here:
Technical details on the extensibility changes for VS 2017 can be found here:
https://docs.microsoft.com/en-us/visualstudio/extensibility/what-s-new-in-the-visual-studio-2017-sdk
Thanks,
- The Visual Studio Team
More details about the changes to VS extensibility for VS 2017 can be found here:
:) I see my extension in your screenshot
Good ! but trivial question:
How to distribute my packages for older VS which understand only VSIXv1 ?
I mean: "minimal install will contain just the core editor" - really cool, but how to continue support all VS versions [which already supports this] perfectly ?well, I still need answer/suggestions:
should I finally stop support of VS2010 or provide 2 or 3 variant of my package for each version of Visual Studio ?!
or there are more ways ?Seems I need configure project to compile this for several versions and then create new pages in your new marketplace for all this, with new vsix ID -_-
here https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-migrate-extensibility-projects-to-visual-studio-2017
I see new doc. for how to upgrade from VSIX v2 to VSIX v3, later I will try it. Thanks.