Can a visual studio extension install other visual studio extensions? -


basically question says.

our company has small suite of visual studio extensions need install. it's bit of pain , try keep list. when new ones needed send out email or whatever.

among these extensions have written our own has home grown templates , tools.

would able have our visual studio extension install other visual studio extensions same way nuget package can depend on other nuget packages?

you can create private galleries can host feed of of extensions. when update extensions can update feed, , updates appear in extension manager other extension main gallery. can create extension defines gallery if don't want users adding path manually.

(the direct answer question is possible embed vsixes in vsixes, don't think that's want™ here since has bunch of caveats.)


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -