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
Add support for PublishDiagnostics message. The server should store any errors detected while parsing and let the client access and display them.
Later we may want to also add errors detected at the resolution stage. This will require adding proper support for that in yultsur - currently it just panics.
The text was updated successfully, but these errors were encountered:
cameel
changed the title
Parsing errors / diagnostics
Support "diagnostics" with parsing and resolution errors
Sep 24, 2022
Add support for
PublishDiagnostics
message. The server should store any errors detected while parsing and let the client access and display them.Later we may want to also add errors detected at the resolution stage. This will require adding proper support for that in yultsur - currently it just panics.
The text was updated successfully, but these errors were encountered: