|
|
|
|
|
by rsimp
2714 days ago
|
|
Ironically typescript doesn't have a supported language server from MS. TSServer (in the typescript npm package) is language server-esque and that's what VS Code plugs into. I believe the main language server for typescript is maintained by sourcegraph. VS Code is written in typescript though and the projects have a pretty nice cadence of new features. Typescript is very much a first class citizen in VS Code |
|
(That, by the way, is one reason why you can trust that it's not going away anytime soon.)