-
Notifications
You must be signed in to change notification settings - Fork 211
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
BadLocationException shows up in error log view #937
Comments
I found a way to reproduce this:
|
This happens only if the cursor is at position 0 of the first line and the quick-fix menu is invoked. If the cursor is at position 1, the exception doesn't happen. |
Maybe related, this shows up in the language server log of my dev environment after refreshing the workspace (after pulling the latest changes from git):
|
LSP4E issue eclipse-lsp4e/lsp4e#355 with an easy fix. |
Closed as duplicate of fixed issue in lsp4e eclipse-lsp4e/lsp4e#355 |
Seeing this in my error log view after trying a few things, so can't say exactly when and how this happened unfortunately. Maybe an LSP4E issue, maybe something on our side, not sure, but worth investigating.
The text was updated successfully, but these errors were encountered: