-
|
It's the standalone server: https://github.com/microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29 It's available on MSYS2 as part of the typescript package: https://packages.msys2.org/packages/mingw-w64-x86_64-typescript |
Beta Was this translation helpful? Give feedback.
Answered by
SpartanJ
Nov 8, 2025
Replies: 1 comment
-
|
tsserver is not an LSP server. You need to user typescript-language-server which uses tsserver under the hood. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Curculigo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tsserver is not an LSP server. You need to user typescript-language-server which uses tsserver under the hood.