aaronpowell / vscode-profile-switcher

A VS Code extension for switching settings easily
https://marketplace.visualstudio.com/items?itemName=aaronpowell.vscode-profile-switcher&wt.mc_id=profileswitcher-github-aapowell
MIT License
177 stars 19 forks source link

[Question] Profile Syncing #1

Closed plambhsa closed 5 years ago

plambhsa commented 5 years ago

Is there a way to sync profiles between computers? I'd like to be able to specify the directory the profiles are saved in (like a Dropbox folder) or to do something like the Sync Settings extension does.

mubaidr commented 5 years ago

Yes, syncing profiles using gist between different setups would be awesome.

aaronpowell commented 5 years ago

Profile's will sync if you're using Settings Sync as all the information is stored in the settings.json file which Settings Sync looks at. No need to do anything special! 😁

plambhsa commented 5 years ago

Sounds great, thanks!