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
We're running into some strange unexpected behavior surrounding the diagnostic positions since upgrading our project's dependency from 0.4.0 -> 0.8.0 (I know it's a pretty big jump).
These are the expected diagnostic positions when using 0.4.0:
Upgrading to 0.8.0, with no other changes at all, the diagnostic positions are no longer correct:
I'm poking around the server locally trying to figure out why this might be the case.
For context, the content of the textDocument is: greetings:↵ hello:↵ hello:↵
The text was updated successfully, but these errors were encountered:
Hey again!
We're running into some strange unexpected behavior surrounding the diagnostic positions since upgrading our project's dependency from
0.4.0 -> 0.8.0
(I know it's a pretty big jump).These are the expected diagnostic positions when using
0.4.0
:Upgrading to
0.8.0
, with no other changes at all, the diagnostic positions are no longer correct:I'm poking around the server locally trying to figure out why this might be the case.
For context, the content of the textDocument is:
greetings:↵ hello:↵ hello:↵
The text was updated successfully, but these errors were encountered: