Skip to content
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

prettify custom setting json #812

Merged
merged 1 commit into from
Apr 1, 2019
Merged

Conversation

knyhle
Copy link
Contributor

@knyhle knyhle commented Mar 29, 2019

Short description of what this resolves:

Saves the custom settings file in a user friendly, easy to read / write format.
Instead of a humungous 1 liner, quality of Life changes for when you're editing the local config.

Changes proposed in this pull request:

  • Change spacing format of syncLocalSettings.json

How Has This Been Tested?

None, no need for testing since it's built into stringify.

Screenshots (if appropriate):

Ugly Settings:
localUgly

Pretty Settings:
localPretty

Checklist:

  • I have read the contribution guidelines.
  • My change requires a change to the documentation and GitHub Wiki.
  • I have updated the documentation and Wiki accordingly.

@shanalikhan shanalikhan changed the base branch from master to v3.2.8 March 31, 2019 21:01
@shanalikhan shanalikhan added this to the v3.2.8 milestone Mar 31, 2019
@shanalikhan shanalikhan merged commit d96bb51 into shanalikhan:v3.2.8 Apr 1, 2019
@knyhle knyhle deleted the prettyjson branch April 3, 2019 04:17
shanalikhan added a commit that referenced this pull request Apr 4, 2019
* #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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants