Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the migration procedure for moving from Windows system-wide Visual Studio Code to user setup?

I am an existing user of the system-wide distribution of Visual Studio Code. I have been prompted to switch to the new User Setup distribution. This directs me to download the user setup installer. When running this installer, it tells me that I should uninstall the existing installation before installing the new one.

The uninstall procedure doesn't give any indication that settings and extensions will be kept.

I want to ensure that I keep all of my existing settings and extensions when moving to the new version. Is this possible?

like image 227
tvStatic Avatar asked Aug 13 '18 22:08

tvStatic


People also ask

What is Visual Studio Code user setup?

VSCode User Setup is a new installer, with a new install strategy, which installs the whole executable for VSCode and its dependencies in directories which don't require system-level / administrator permissions to modify.

What is the difference between Visual Studio Code user installer and system installer?

The basic differences between the two is that the system version installs on the file system like every other app. The user install is basically a click-once (or web installer) version that installs in the User folder of the machine.


1 Answers

I have tried the new distribution and confirmed that extensions will be kept.

Please note that the default install location of this distribution is <OS drive>:\Users\<Your username>\AppData\Local\Programs\Microsoft VS Code

The two distributions share the same .vscode folder and setting. It doesn't force you to remove the system wide distribution when install the user distribution. If you have 2 distributions at the same time, when you open the system wide distribution it will remind you yo use the user distribution instead.

like image 174
Hai Hoang Avatar answered Oct 05 '22 02:10

Hai Hoang