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
Consider the following (invalid, it's missing a comma) JSON:
{
"key1": "value1""key2": "value2"
}
If I use PrettyJson to validate this JSON (using the "Pretty JSON: Validate" command) it will of course fail, and give a message in the status bar explaining why, like so:
If I then fix the offending JSON, making it valid, and then rerun the "Pretty JSON: Validate", PrettyJson correctly judges it valid, but the message about it being invalid in the status bar remains. Example:
This message persists until one of the following happens:
SublimeText is restarted
the "Pretty JSON: Validate" command is run again, and finds that the JSON being evaluated is invalid in some different way, in which case it will be overwritten with the new invalid message
When reporting JSON as valid, PrettyJson should remove the old message about invalid JSON.
The text was updated successfully, but these errors were encountered:
Consider the following (invalid, it's missing a comma) JSON:
If I use PrettyJson to validate this JSON (using the "Pretty JSON: Validate" command) it will of course fail, and give a message in the status bar explaining why, like so:
If I then fix the offending JSON, making it valid, and then rerun the "Pretty JSON: Validate", PrettyJson correctly judges it valid, but the message about it being invalid in the status bar remains. Example:
This message persists until one of the following happens:
When reporting JSON as valid, PrettyJson should remove the old message about invalid JSON.
The text was updated successfully, but these errors were encountered: