-
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
possible to make all the extension sync with one drive/dropbox/google drive? #679
Comments
Some things that people do to accomplish extension/settings sync with other editors:
These are a little harder to automate on Windows though. |
i'm not sure how to make it work on VS code, but for sublime text 2, can use the below line to make it work, for sync with dropbox. ln -s /Users/yeun/Dropbox/Packages /Users/yeun/Library/Application\ Support/Sublime\ Text\ 2/ |
Should be just a matter of finding the config path on your OS, try:
|
thanks, will try it out on mac and windows, see either it possible to make it work!! |
For Windows 10 the extensions are located in |
yup, and one more things, the dropbox folder should in the correct path too, i mean in windows environments (i'm testing it on dropbox). =.= |
This doesn't seem to be an inherent issue with Code. But I'm glad people are finding solutions. |
On Windows start
|
want to request a features to sync all the extension into cloud drive, meaning that when changing a new PC or new device, all the extension from the previous PC can be easily get back, no need to be re-install all the extension again.
The text was updated successfully, but these errors were encountered: