Use a diff writer instead of complete override for CSON editor config conversions #756
Labels
area: editor configs
Related to outputting IDE settings files
status: accepting prs
Please, send in a PR to resolve this! ✨
type: enhancement
New feature or request
🚀 Feature Request
Forking off of #744: I can't find any kind of CSON diff writer equivalent to
jsondiffpatch
... does such a thing exist?Existing Behavior
Atom config file writes completely rewrite the target file.
Change Proposal
Take in the benefits of a diff patch: basically #744 but for JSON files.
One of two possible cases is possible:
The text was updated successfully, but these errors were encountered: