This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
JSON formatting does not show errors. #74
Comments
same issue. did you find a solution? |
What consumer are you using? |
I'm using |
It looks like this provider is specifying ranges that are only a single character wide (probably why that screenshot shows the tooltip at the start of the line). Are you seeing results in the panel? |
yes, I am |
Ok, I was able to display the tooltip. It appears if i move the caret next to the red dot, or if i move the mouse cursor over the line space after the red dot. I assume this should be it's default behaviour. A bit weird, imho. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using linter-jsonlint along with atom editor version 1.15.0.
For some reason I am unable to see the syntax errors as showing in the screenshot.
For instance when I open the following snippet :
{ "server": "internal.amazonaws.com", "jmx_monitor_services": [ "service1" "service2" ] "service1": { "jmx_port": "9003" }, "service2": { "jmx_port": "4010" } }
I do not see the syntax errors hi-lighted on line number 4 and 6. What am I missing. Attached is a screenshot of the editor window with the JSON snippet.
The text was updated successfully, but these errors were encountered: