Guido Kraemer
Guido Kraemer
Does this make the local version fail? (https://github.com/gdkrmr/lsp-julia/issues/49#issuecomment-811799001)
adding this line actually made it work at some point, see https://github.com/emacs-lsp/lsp-mode/issues/1680. If you could test if it works without `multi-root` and report back, maybe something has changed since then.
Thanks for the tip. I was wondering for a while, if there is any value in making this configurable. If you want to change the default environment with `eglot-js`, you...
> How the current master is working at all? Magic? :-) Thanks for noting, if you have already fixed it, could you make a PR?
How is your setup? I have never gotten lsp-julia to work with remote projects. You open a file from a julia project on the remote server and want the language...
I have tried #61 and it doesn't work locally. I think emacs calls `julia --project=... ` is a single command. I have also tried creating a single string and calling...
What versions of lsp-julia and julia are you using? Try updating
Is this the same issue as https://github.com/syl20bnr/spacemacs/issues/14765?
You can use underscores in numbers for better readability ```julia julia> i = 1_000 1000 ```
no, maybe `-max-columns=0` should be set automatically.