Is there a way to change the extensions folder location for Visual Studio Code?

What I did – after installing Visual Studio Code for the first time, I checked the documentation and added at the end of ‘Target’ field of editor’s shortcut the following (there’s a space before the two dashes): –extensions-dir=”DRIVELETTER:\VSCODE\extensions” –user-data-dir=”DRIVELETTER:\VSCODE\settings” where DRIVERLETTER and VSCODE are the corresponding drive and directory where Visual Studio Code is installed. … Read more