Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install VSCode in a specific folder

I just downloaded the Visual Studio Code App from https://code.visualstudio.com/ and when I tried to install it, it simply just installed it by itself, without the option to change the installation path.

I have an external harddrive, which is where I want the IDE to be placed instead of the Local Harddrive. How can I change this?

like image 830
Kevin Jensen Petersen Avatar asked Sep 15 '25 00:09

Kevin Jensen Petersen


2 Answers

On the VSCode download page select "System Installer" instead of "User Installer". The System installer will prompt you for the install location.

Screenshot of "System Installer" link

like image 189
qaisjp Avatar answered Sep 17 '25 04:09

qaisjp


If you want to install to a custom location (and want to keep the settings/extensions/session) follow the instructions to install it in Portable Mode.

In short:

  1. Download the .zip version
  2. Create a /data directory in the install root
like image 45
bxk21 Avatar answered Sep 17 '25 03:09

bxk21