When we use typescript-language-server
, do we need a Client?
#909
Unanswered
liaodalin19903
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It's intended to be used by communicating with it using LSP protocol. Not through programmatic API. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As we know LSP is implement by Client and Server, the
typescript-language-server
is the Server.and generally speaking the Client is implement by IDE(such as VS Code).
and when we use
typescript-language-server
, we just call the API oftypescript-language-server
, that's it, right? don't need a Client.Beta Was this translation helpful? Give feedback.
All reactions