-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unregister language server extension on LS shutdown #605
Comments
Also I can submit a seperate bug for this, but I just noticed that the |
definitely a bug. All methods were copied/pasted, all unregister methods are wrong, so yes please open another ticket. As for your initial question, I'll let @angelozerr respond |
Exactly, we don't use this feature @AObuchow please create a PR for fixing that.
Unregister extension is not supported (just coding some unregister method on the start of the project, but nothing else). PLease create a PR for that, I suggest you that you add:
|
Sounds good, I'll open a ticket and submit a PR |
fix eclipse-lemminx#605 Signed-off-by: Andrew Obuchowicz <[email protected]>
Sounds good, will submit a PR momentarily. |
fix eclipse-lemminx#605 Signed-off-by: Andrew Obuchowicz <[email protected]>
fix eclipse-lemminx#605 Signed-off-by: Andrew Obuchowicz <[email protected]>
fix eclipse-lemminx#605 Signed-off-by: Andrew Obuchowicz <[email protected]>
fix eclipse-lemminx#605 Signed-off-by: Andrew Obuchowicz <[email protected]>
fix eclipse-lemminx#605 Signed-off-by: Andrew Obuchowicz <[email protected]>
fix #605 Signed-off-by: Andrew Obuchowicz <[email protected]>
For the LemMinX/lsp4xml maven extension testing suite, it's required that
IXMLExtension.stop()
be called when the LS gets shutdown. In our case, file locks for Maven index files get released when the extension is unregistered. However, currently the extensions aren't unregistered when the server is shutdown.Unless there is a suitable workaround, having XML LS extensions get unregistered on LS shutdown would be greatly appreciated.
The text was updated successfully, but these errors were encountered: