0

I casually use VS Code at both work and home. Is there any easy way to share settings, themes, shortcuts, snippets, extensions, etc. between multiple installations?

Ray Rackiewicz
  • 303
  • 1
  • 3
  • 12
  • 1
    Possible duplicate of [Is there any way to sync my Visual Studio Code settings between instances?](https://stackoverflow.com/questions/33392127/is-there-any-way-to-sync-my-visual-studio-code-settings-between-instances) – Alex Jun 09 '17 at 07:16

1 Answers1

2

I use the Settings Sync extension to sync my settings.

If you don't want an extension, you can manually copy the settings files from ...AppData\Roaming\Code\User\

Saravana
  • 37,852
  • 18
  • 100
  • 108