Ivan Yonchovski
Ivan Yonchovski
I think I found the issue - I will revert part of aforementioned commit
https://github.com/yyoncho/lsp-mode/commit/97e5e4acc08b359610dc34f75ebbad0a6b37baf9 this one should fix the issue.
FYI I am working on synchronizing the lsp-mode folders with treemacs projects - https://github.com/emacs-lsp/lsp-treemacs/tree/sync . In treemacs you can have workspace (which is a set of projects). When enabled the...
ATM there is lsp-load-vscode-workspace which can be used to simulate workspace change.
You have to select binary to debug, not `c` file.
Find the answers inline: Yauhen Lazurkin writes: > Now I close all java buffers expecting language server to be > terminated as stated here #45 . But it does not...
Yauhen Lazurkin writes: > Hi @yyoncho , thank you for explanation. > > Ideal scenario for me would be > 1. there is any number of open workspaces with any...
> without restarting server. there is no need to restart the server, lsp-workspace-folders-remove should be sufficient.
ATM there is also lsp-save-vscode-workspace and lsp-load-vscode-workspace which uses vscode's json format and you can use it to manage folders from lsp-mode side
So if you end up starting jdtls server for 2 versions of the same project, it won't work. > However, the second project I switch to is giving the error...