5

Is there an easy way to backup the installed extensions list in VS (2017), so that when I install the machine anew I can easily install my regular extensions at once?

Note: I've found this question that asks an identical question to my own, except it targets VS Code, whereas my question is about Visual Studio for Windows.

Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
  • `code --list-extensions` as you shared in your question, is also working for Windows machines – Ferie Nov 01 '18 at 11:26

2 Answers2

10

Roaming Extension Manager is built in Visual Studio 2017:

The Roaming Extension Manager helps you keep track of all your favorite extensions across all of your development environments. Roaming your extensions keeps track of the extensions you have installed by creating a synchronized list in the cloud.

See also https://devblogs.microsoft.com/visualstudio/roaming-extension-manager-control-and-consistency-down-to-the-last-extension/

Sergey Vlasov
  • 26,641
  • 3
  • 64
  • 66
6

Re-visiting this for Visual Studio 2019, you can use this extension to import/export your extensions: https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensionManager2019

Tony
  • 602
  • 1
  • 7
  • 10