zardoy / vscode-fix-all-json

Utils & commands for fixing problems in JSON
https://marketplace.visualstudio.com/items?itemName=zardoy.fix-all-json
MIT License
5 stars 2 forks source link

Major release #17

Closed zardoy closed 1 year ago

zardoy commented 1 year ago

feat: provide a way to disable fixAllJson on save via editor.codeActionsOnSave switch fix(comma-on-enter): always ignore last line (fixes final newline with array) fix: make extension work with localized VS Code, only wrap in quotes doesn't work in this case as json diagnostic doesn't have a code (upstream issue) fixes #16