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
I had this issue when I testing lemminx-maven in Eclipse IDE (a problem with Java compiler on my side). I notice when one extension class cannot be instanciated it crashes the XML LS and we loose all XML features (completion, diagnostics, etc).
To test this problem,you can add in the org.eclipse.lemminx.services.extensions.IXMLExtension
BAD_CLASS and you try to start test, everything is broken.
The text was updated successfully, but these errors were encountered:
I had this issue when I testing lemminx-maven in Eclipse IDE (a problem with Java compiler on my side). I notice when one extension class cannot be instanciated it crashes the XML LS and we loose all XML features (completion, diagnostics, etc).
To test this problem,you can add in the org.eclipse.lemminx.services.extensions.IXMLExtension
BAD_CLASS and you try to start test, everything is broken.
The text was updated successfully, but these errors were encountered: