-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
Per-platform / per-hostname inline settings #555
Comments
This is nice idea.
So if user only have OS dependent setting
I am open, feel feel to discuss and send PR - Will release new version once developed. |
I like this idea, recently started using this extension and loving it but realized I would have issues if I try to include my php executable config line when syncronizing across macOS, Windows and Linux (I use all 3 on 3 different desktops). Having the ability to selectively exclude or re-adjust local settings on specific environments would be ideal. +1. |
Unfortunately it looks like I won't have time to implement this; I realized recently that github gists are always public, which makes this a bit less useful since you do not want to store any secrets/etc in the device-specific settings. |
@momon I've implemented something similar at https://marketplace.visualstudio.com/items?itemName=jacobdufault.vscode-sync which uses google drive as the sync backend. |
@shanalikhan - I like this approach a lot. It would really help in maintaining machine specific settings. @jacobdufault - github gists can be private if you have a paid github account. My vs-code settings are synced to a "secret" gist. |
I like it as well. Besides
I would also appreciate an "ignore" pragma that would make sure certain setting is simply not touched (both during upload and download):
What I mean by "not touched" is:
|
Duplicate of #640 |
I use code-settings-sync across multiple operating systems.
replaceCodeSettings
may mostly work, but I think the following approach may be more flexible/have merit.The
@beginsync
and@endsync
blocks are commented out when uploaded to the gist.When synced locally, the relevant settings are uncommented. For example, on a linux machine with hostname=foo the downloaded settings would be:
Thoughts? If you're open to the idea I may have time to submit a PR.
The text was updated successfully, but these errors were encountered: