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
Hi @angelozerr,
I am a little new to language servers so this could help me in getting started.
For debugging lemMinx I'm thinking about creating a test plugin and declaring generic editors, contentTypes etc as extension points and implementing StreamConnectionProvider for the client, as mentioned here.
Is this the right way or there is a simpler way to debug the server?
Given this XML file:
There is an error for
&mdash
because it misses;
we should provide a code action to fix that to insert at the end of&mdash
the missing;
The text was updated successfully, but these errors were encountered: