As posted here How can I export settings?, everyone insists on using Settings Sync, which would be fine if I wasn’t forced to use GitHub by the plugin (which is explicitly denied on my computer). Is there any way to either do this manually, or to redirect the plugin to use an alternative git repo for this purpose?
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
2
Answers
Yes, certainly you can. You basically need to
copy
keybindings.json
,settings.json
files andsnippets
folder from/home/<user>/.config/Code/User
and copy
extensions
folders from/home/<user>/.vscode/
to your new machine at the same locations.
Please note – the above locations are for
Ubuntu
. Check what are these for your operating systems.Ref: https://stackoverflow.com/a/49706409/5164382
For Windows what you need to do is,
keybindings.json
,settings.json
files andsnippets
folder fromC:Users<user>AppDataRoamingCodeUser
.extensions
folders fromC:Users<user>AppDataLocalProgramsMicrosoft VS Coderesourcesapp
to your new machine at the same locations.