Ivan Yonchovski
Ivan Yonchovski
lsp-java does not create anything.
if this is lsp-java-workspace-dir then it is created by jdtls and I don't think that it is related to your issue
We should compare what lsp-mode is sending to what vscode is sending. lsp-java might be missing a setting to prevent that behaviour.
> Is this an already known issue? AFAIK no. > Edit: Sorry I am not using vscode I am not using it too, it is the reference implementation.
I am not familiar with that internal server detail.
Alternatively, we may use `define-function` to avoid compile errors. > Or maybe we can just add flycheck to Package-Requires list? I checked the code and I think that it was...
This decision is up to @sebastiencs who is the author of this component.
Kind = "" comes from the server - I think that someone has to validate if vscode show those as quick fixes as well(most likely it does). Generally, we should...
Related: https://github.com/emacs-lsp/lsp-mode/issues/1237 > there is only one code action and it will be immediately applied See `lsp-auto-execute-action`
I think that there was a bug in clangd related to that. Please share your clangd version. cc @sebastiansturm @danielmartin