This extension automatically turns downloaded VSIXes from galleries into Experimental VSIXes, so that they can override installed ones regardless of their version or whether they are built-in to Visual Studio or not (for example, for overriding Roslyn services with your own tweaked version hosted in a custom gallery feed). There are a few online services that offer custom VS galleries, but given that it’s just a plain Atom feed with some storage for the payloads, you can actually create one using a plain Azure Function. See http://www.cazzulino.com/azure-functions-vs-gallery.html for more information on how to do that. |