-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Remove replaceCodeSettings from Settings Sync configurations #805
Comments
* #806 * prettify custom setting json (#812) * Fix auto upload (#801) * Fix auto upload! * Properly stop watching * Add synchronous functions * Move watcher to a new service * Make a new service for watcher * Add general ignored items setting for chokidar * Use globalCommons's autoUploadService instance * Reset * Add local settings to ignored files * Asynchronously get ignored items * Remove unused import * Use autoUploadService * Use the globalCommonService everywhere Since the autoUploadService is an instance in Commons, using a global Commons instance will allow everything to use the same instance. * Stop spamming with extension paths * Fix to work with async functions * Add global state to ignored files * Add .DS_Store and sync.lock * Start watcher only after downloading has finished * Inform user that auto upload has started * #805 * #820 * #820 * #821 * #805 * #823 * Go back to webpack and fix source maps * Ignore node_modules and some other files (#826)
Hi there, Forgive me if this question seems obvious, but the wiki page on "Sync Pragmas" is not 100% clear to me. Do I use them directly in my settings.json that vscode uses for my user preferences? And if so, say I have 2 settings where I need values different per OS... Do I do this:
(which VSCode warns me is wrong because of "duplicate keys", so I'm guessing it's wrong..)
and I can expect the good one to get uncommented should I sync on my Windows laptop? Is that how it's supposed to work? Furthermore, what about multi-line settings... Do I need to apply the pragma comment per individual line? Or do I declare it twice like the previous example and declare it just before declaring a multiline pref? Basically, do I do this below?
or this below?
or one commented like this below? (let's say I'm in Linux at the time)
I would like to know which is the good syntax (and if you can later clarify it in the wiki page so it's clearer for others that would be great too.) Thank you for an awesome extension btw! |
@darkvertex according to
so i think a combination of ur first & second examples is what happens, @shanalikhan any insights ? |
I echo these confusions in my comment here: #753 (comment) |
Replace
replaceCodeSettings
from the Settings Sync.host
in order to switch the settings to other host.Reference : https://github.com/shanalikhan/code-settings-sync/wiki/Sync-Pragmas
The text was updated successfully, but these errors were encountered: