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
Fix signs for diagnostics that are reported one line past the end (#1360)
Some language servers report unexpected EOF errors on the line that's
actually one past the last line of the file. Be a bit more accomodating
and just show them on the last line of the buffer instead.
0 commit comments