I have written a plugin A which extends lemminx extension point "org.eclipse.wildwebdeveloper.xml.lemminxExtension". I hope xml language server is activated when an xml file is opened in editor.
<jar path="mydummy.jar" />
The language server loads the classes from the jar I have mentioned in the extension point. The language server runs as a separate process.
- Is it possible to activate the xml language server before opening a xml file?
- Can the plugin A access the classes from the jars mentioned in lemminx extension point?
Please clarify.