This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Error 'squiggles' don't clear in JSON files. #19
Comments
I've reported the problem with JSON errors not being cleared too, here: #14... |
@IronGeek you're right, sorry I missed that. Should I close this one as a duplicate? |
OK, I think I've got a fix for this. I will put in a Pull Request hopefully later today. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I edit a non-tmLanguage JSON file when this extension is enabled, it throws up a lot of problem reports which don't get cleared when I continue typing. For example if I am trying to type
{ "size" : 0 }
I see a series of problems for each of the intermediate steps which don't cleared. Without this extension active they do get cleared when I press the 0 (i.e. when it becomes valid JSON). See attached picture.Note this is not a textmate file, so this extension probably should not have been activated (as reported in #17 )
The text was updated successfully, but these errors were encountered: