This extension allows you to export a list of extensions and importing them back into any instance of VS 2017. ExportA dialog appears that lets you select which extensions you wish to export. The output is a JSON file with an .vsext file extension looking like this:
ImportClicking the import button prompts you to select a .vsext file. Doing that will present you with this dialog that lists all the extensions found in the .vsext file. Before showing the list it will verify that the extensions exist on the Marketplace and that can take a few seconds. Clicking the Select button in the dialog will start the VSIX Installer in a separate process and you can follow the normal install flow from there. Manage solution extensionsThis allows you to specify which extensions needed to work on any given solution. When a developer opens the solution and doesn't have one or more of the extensions installed, they are prompted to install them. Right-click the solution to manage the extensions. This will show this dialog where you can pick wich of your extensions to associate with the solution. When clicking Select a .vsext file will be created and placed next to the solution file (.sln). You should commit the generated .vsext file to souce control. License |