Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] LSP4E diagnostics outside of generic editor

Hi,

I've noticed something strange about the C++ LSP integration that we are working on.

When I run Eclipse with the lsp4e-cpp plugin loaded, I am getting lsp4e diagnostics (markers of type org.eclipse.lsp4e.diagnostic) not just in the Generic Editor, but also in our regular C++ Editor.

Is this expected? Or is this a bug in our integration?

Thanks,
Nate

Back to the top