You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* #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)
* Bug : auto upload doesn't work when make change on settings [#801](https://github.com/shanalikhan/code-settings-sync/issues/801) - Thanks for PR [#807](https://github.com/shanalikhan/code-settings-sync/pull/807) by [@arnohovhannisyan](https://github.com/arnohovhannisyan)
8
+
* Bug : Auto Upload / Download : Disable change detection for workspace storage folder [#708](https://github.com/shanalikhan/code-settings-sync/issues/708) - Thanks for PR [#811](https://github.com/shanalikhan/code-settings-sync/pull/811) by [@knyhle](https://github.com/knyhle)
9
+
* Pretiffy Custom Settings JSON - Thanks for PR [#812](https://github.com/shanalikhan/code-settings-sync/pull/812) by [@knyhle](https://github.com/knyhle)
10
+
* Improvement - Remove manual visx package installation in favour of extension download by CLI [#820](https://github.com/shanalikhan/code-settings-sync/issues/820)
11
+
* Improvement - Remove replaceCodeSettings from Settings Sync configurations [#805](https://github.com/shanalikhan/code-settings-sync/issues/805)
12
+
5
13
#### v3.2.7 - March 06,2019
14
+
6
15
* Bug : Fixing Extensions Sync on Windows [#789](https://github.com/shanalikhan/code-settings-sync/issues/789) - Thanks for PR [#791](https://github.com/shanalikhan/code-settings-sync/pull/791) by [@LuisUrrutia](https://github.com/LuisUrrutia)
0 commit comments