Skip to content
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

when opening a compare window i constantly get an exception #10

Closed
jcompagner opened this issue Nov 22, 2021 · 2 comments
Closed

when opening a compare window i constantly get an exception #10

jcompagner opened this issue Nov 22, 2021 · 2 comments

Comments

@jcompagner
Copy link
Contributor

!MESSAGE An internal error occurred during: "LSP4E Linked Editing Highlight".
!STACK 0
java.lang.NullPointerException: Cannot enter synchronized block because the return value of "org.eclipse.lsp4e.operations.linkedediting.LSPLinkedEditingReconcilingStrategy.getLockObject(org.eclipse.jface.text.source.IAnnotationModel)" is null
at org.eclipse.lsp4e.operations.linkedediting.LSPLinkedEditingReconcilingStrategy.updateLinkedEditingAnnotations(LSPLinkedEditingReconcilingStrategy.java:230)
at org.eclipse.lsp4e.operations.linkedediting.LSPLinkedEditingReconcilingStrategy.lambda$2(LSPLinkedEditingReconcilingStrategy.java:196)
at org.eclipse.core.runtime.jobs.Job$2.run(Job.java:187)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

I use WWD that has an LSP4E version: 0.13.7.202111051530

It happens with pretty much every file that is i guess related to a language server file (like ts files but also package.json files)

@mickaelistria
Copy link
Contributor

mickaelistria commented Nov 22, 2021

Duplicate of #3

@mickaelistria mickaelistria marked this as a duplicate of #3 Nov 22, 2021
@jcompagner
Copy link
Contributor Author

hmm should have checked the closed :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants