I've put Visual Studio Code on OneDrive, for the purpose of syncing it with its settings across my devices.
However, extensions are stored in %USERPROFILE%.vscodeextensions on Windows.
%USERPROFILE%.vscodeextensions
Is it possible to change this folder's location so I can put it in the main Visual Studio Code folder?
At first I thought that copying the extensions in the resourcesappextensions of Visual Studio Code folder will be a nice workaround, but that doesn't work.
resourcesappextensions
I've also searched for a solution on the documentation page and in the user settings, with no results.
A little hack:
Create a symbolic link to the folder %USERPROFILE%.vscodeextensions under the Visual Studio Code install path.
2.1m questions
2.1m answers
60 comments
57.0k users