Whether or not to log additional details to the Output console
false
syncmate.quiet
If false, failures are displayed in an error banner. If true, failures are only shown in the status bar.
false
syncmate.dirty
Whether or not to sync dirty (unsaved) files
false
syncmate.exclude
Files to exclude. If true, defaults to files.exclude. If false, no excludes (other than specified via syncmate.flags). If an Object is provided, value is merged with files.exclude
true
syncmate.onInit
Whether or not to sync the project when initially opened
false
Commands
Command
Actions
syncmate.syncOpenFiles
Sync all open files. Does not sync "dirty" (unsaved) files unless syncmate.dirty is true
syncmate.syncProject
Sync the entire project
syncmate.syncDirectory
Sync an individual directory
Debugging / Troubleshooting
Set syncmate.verbose to true to see additional debugging details. You might have to pass additional rsync flags (syncmate.flags) to meet your needs.
If you're working in a project that has a lot of file system events (e.g. a broccoli build), you might want to disable the watcher (syncmate.watch).