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
There's a basic implementation in main now, but we should update it to be more efficient and robust. The basic version implemented in lsp should only be used if we don't get EndColumn information from the solutions below.
There are likely 2 options here.
Add an EndColumn field to schema.Position and update as needed
Add EndColumn to custom Error struct
The text was updated successfully, but these errors were encountered:
We decided on using a custom error type for this and generating protos for that error type so that other runtimes can have a consistent interface for these errors.
There's a basic implementation in
main
now, but we should update it to be more efficient and robust. The basic version implemented inlsp
should only be used if we don't getEndColumn
information from the solutions below.There are likely 2 options here.
EndColumn
field toschema.Position
and update as neededEndColumn
to custom Error structThe text was updated successfully, but these errors were encountered: