[textadept-lsp]: typescript-language-server v4 not working #502
Unanswered
offsounder
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Try putting Ideally you'd have logs for both v3 (working) and v4 (not working) in order to compare the two. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure thing. I've attached the logs for both versions. Thanks. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I just noticed that, with the following config:
local lsp = require("lsp") lsp.server_commands.javascript = 'typescript-language-server --stdio' lsp.server_commands.typescript = 'typescript-language-server --stdio'
I could not get typescript-language-server v4 working, but v3 is working fine. Any ideas? Ty.
Beta Was this translation helpful? Give feedback.
All reactions