Code-settings-sync: Automatic syncing

Created on 30 Apr 2016  路  8Comments  路  Source: shanalikhan/code-settings-sync

I find manual download/upload unnecessary for this extension. Every time I add a snippet, I have to remember to upload my settings to keep it up to date. Is it possible to make this extension to sync data automatically when settings, key bindings or snippets change?

Ideally, I would like to install this extension and forget about it. Just like Chrome settings sync work: You don't need to push a button for syncing to kick in.

feature-request 馃挕 fixed

Most helpful comment

I have recently release the first update for automatic sync. Please have a look and feel free to open an issue or post here.....

All 8 comments

This is great idea 馃挕
Thanks will start working on it soon

+1
I like this. Atom has plugin (https://atom.io/packages/sync-settings) witch automatic sync setting on start

Sublime has a Package Syncing that syncs all installed packages and settings automatically to OneDrive, Dropbox, etc.

Automatic syncing would be awesome!

I didnt find any extension API to run any function when VS Code Load Complete, yet.
I will start working on it once i find any solution.

Hi @shanalikhan,

I've just wondered if using the activation events API could do the trick. Reference here: https://code.visualstudio.com/docs/extensionAPI/activation-events

I'm not familiar with developing VSCode extensions yet. However, for me implementing the functions for activation_events.* could be an option to resolve this.

Please let us know your thoughts. We might need to open a feature request for VSCode to have a more specific activation event, may be even contribute the code to VSCode.

Cheers
Daniel

@Dan1el42 thanks, that might work.
I will start working on it.

Thanks

Thanks and of course thanks very much for creating this extremely useful extension for Visual Studio Code. Keep up the great work.

I have recently release the first update for automatic sync. Please have a look and feel free to open an issue or post here.....

Was this page helpful?
0 / 5 - 0 ratings

Related issues

axetroy picture axetroy  路  4Comments

larrym picture larrym  路  4Comments

darkvertex picture darkvertex  路  4Comments

mjbvz picture mjbvz  路  5Comments

OlegChep picture OlegChep  路  5Comments