Tody Eclipse Bluesky is using https://github.com/sourcegraph/javascript-typescript-langserver which implements LSP with TypeScript Language service.
IMHO, I think it should be better to consume https://github.com/prabirshrestha/typescript-language-server (once it will support all features like diagnostic, etc) which uses tsserver. Here pros to use it:
We must just wait for https://github.com/prabirshrestha/typescript-language-server consumes the whole tsserver commands.
Tody Eclipse Bluesky is using https://github.com/sourcegraph/javascript-typescript-langserver which implements LSP with TypeScript Language service.
IMHO, I think it should be better to consume https://github.com/prabirshrestha/typescript-language-server (once it will support all features like diagnostic, etc) which uses tsserver. Here pros to use it:
typescript-language-server will support all feature like diagnotics ( Add textDocument/publishDiagnostics prabirshrestha/typescript-language-server#1) we will able to consume https://github.com/angelozerr/tslint-language-service or other plugins.
We must just wait for https://github.com/prabirshrestha/typescript-language-server consumes the whole tsserver commands.