One more anecdote is Microsoft/vscode#70239 By not using LSP in tsserver, it means there are features that exist in vscode + tsserver that aren't yet possible to implement with LSP + vscode alone. This puts LSP implementations at a disadvantage compared to non-LSP implementations.
One more anecdote is Microsoft/vscode#70239 By not using LSP in tsserver, it means there are features that exist in vscode + tsserver that aren't yet possible to implement with LSP + vscode alone. This puts LSP implementations at a disadvantage compared to non-LSP implementations.
т.е. для vscode разработали lsp, но сам vscode не польностью ему следует, и фичи которые есть в ts через vscode сделаны через хаки, а не честно через lsp?