Fred Bricon
Fred Bricon
the `maven_plugin` mode is very experimental. What happens if you use `jdt_apt`?
well m2e-apt is only relevant in the context of Eclipse builds (incremental or not), not while executing Maven build commands from the `Run As` menu.
looks like a cool feature, I didn't know about it. That will probably require some changes in m2e-wtp though, which needs to detect filters have been modified outside the eclipse...
An incremental build is caused by a user change. User changes can obviously cause other IDE generated changes, but these are not part of the original change delta. So when...
Do you cancel the task yourself?
Fixed with #1330
indeed jdt.ls falls back to default settings when receiving an empty object. It expects the full settings. Partials won't be enough.
@HaraldKi I think you're right, jdt.ls deviates from the spec here.
I don't know anything about vim, but seems like there's a vim-lsp plugin that should do all the config for you https://github.com/mattn/vim-lsp-settings
@Bnaya wouldn't running jdt.ls in syntax server mode be enough for you (only syntax errors are reported, but no classpath computation) ?