SublimePrettyJson
SublimePrettyJson copied to clipboard
"validate_on_save": true, not working sublime 4
tested using ubuntu 22 / macos
installed via git and package control
i add "validate_on_save": true,
to my user settings (it's already in the deaults) and nothing happens on a json file on save.
the file is being highlighted etc as json
Looking at it now. Can you give me an example JSON file?
Even something like this
{ "test": 1.0, "tes2": "a", "tes3": "b" } }
if i do Command Palette -> Pretty JSON Validate the error shows up, but on-save doesnt seem to do anything.
No printout in the console either.
Thanks! Think I have found the issue
👋 I am still seeing this error. Has there been any fix pushed?
The https://github.com/dzhibas/SublimePrettyJson/pull/184 fixes it as well.