-
-
Notifications
You must be signed in to change notification settings - Fork 938
Open
Labels
Description
Thank you for the bug report
- I am using the latest version of
lsp-mode
related packages. - I checked FAQ and Troubleshooting sections
- You may also try reproduce the issue using clean environment using the following command:
M-x lsp-start-plain
Bug description
ts-ls-tramp
starts when editing a remote TypeScript file, but never finishes starting.
Steps to reproduce
I open a TypeScript file on a remote system using TRAMP. The remote system already has typescript-language-server installed in my Emacs .cache
directory there.
lsp-mode
starts up fine, but the remote LSP process never gets past starting
status. Checking with ps
on the remote machine, the typescript-language-server process appears to have been started up fine, but has not used any CPU time. The stderr buffers are empty.
I used lsp-start-plain
.
Expected behavior
I expect the remote LSP process to start up normally.
Which Language Server did you use?
lsp-typescript.
OS
Linux
Error callstack
Anything else?
Thanks for lsp-mode
, it has revolutionised my use of Emacs.