Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are the Visual Studio settings stored?

I'm using visual studio 2013. The company I work for has changed domain names (eg from abc.com to ayebecee.com) which obviously means that a new login profile has to be created etc. Now I started up visual studio but all the addons I installed and settings are 'gone'. Basically I need to know where the settings and addons are stored so that I can copy them to my new windows profile.

like image 388
Eminem Avatar asked Jul 30 '14 07:07

Eminem


People also ask

Where are Visual Studio Code settings stored?

Depending on your platform, the user settings file is located here: Windows: %APPDATA%\Code\User\settings. json. macOS: $HOME/Library/Application Support/Code/User/settings.

Where is settings in Visual Studio 2019?

For instance, Visual Studio Code has a "preferences" submenu in its file menu, whereas Visual Studio has most of its options available under "Tools->Options".

How do I change Visual Studio settings?

To change your development settings after you open Visual Studio for the first time, follow these steps: Select Tools > Import and Export Settings from the menu bar to open the Import and Export Settings Wizard. In the Import and Export Settings Wizard, select Reset all settings, and then select Next.


1 Answers

**Update for latest version**

Visual Studio 2015:

%USERPROFILE%\Documents\Visual Studio 2015 

Visual Studio 2017:

%USERPROFILE%\Documents\Visual Studio 2017 

Also have a look at these folders:

%USERPROFILE%\AppData\Local\Microsoft\VisualStudio\... %USERPROFILE%\AppData\Roaming\Microsoft\VisualStudio\... 
like image 147
marsze Avatar answered Sep 23 '22 14:09

marsze