lsp-java
lsp-java copied to clipboard
Code actions not working when project is behind a symlink.
Describe the bug Code actions not working when project is behind a symlink Or may be it does not recognize spaces in the path?.
essentially having same issue as https://github.com/emacs-lsp/lsp-java/issues/206
error in messages buffer -
lsp-java--current-workspace-or-lose: Unable to find workspace
No errors in *jdtls::stderr*
or lsp-log
To Reproduce from my home dir, i run - ln -s OneDrive\ -\ ORG/GitRepos ./GitRepos
if .lsp-sessions-v1
has "/Users/mymac/OneDrive - ORG/GitRepos/team/My-Project" code-actions are not working.
But
if .lsp-sessions-v1
has "/Users/mymac/GitRepos/team/My-Project" everything is working fine.