-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add export, import settings #2816
Comments
fyi @bpasero @joaomoreno |
Can this be made way that it actually is integrated with git? What VsCode requires to integration may be user to set "git repository for user settings", and whenever user wants they can push changes to github and they can be pulled (syncronized in other locations). I can currently do this manually because VSCode relies on json files (which is good thing), however some tooling may make this kind of syncronizing killer feature. Why i propose this is truth that in environments where export/import is made by hand (create file -> import file), that is often actually syncronized hard way (via email for example). Its true that that file can be placed under version control (where it should be), however then cycle is following:
Git integration makes syncronizing environments between team easy if required (however because workspace settings exist in vscode this may be rare case). If you want to use common settings just use master, if you want to modify it based on master and use it as base, just fork or branch it and merge following changes whenever you want and configure VSCode to use your branch instead. |
Comment so I'm participating. |
This would be very useful |
How can I export all settings to another machine now? |
Duplicate #2743 |
Reopened this to treat this as a separate settings sync request |
@sandy081 but we already have a way of doing this now, why add another way that no one has asked for yet and even fewer people would use now? |
It would be great if we could export all settings, shortcuts, snippets, extensions in one step and import them in another machine.
The text was updated successfully, but these errors were encountered: