This repository was archived by the owner on Nov 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Differences to the native TypeScript server #1
Comments
It uses the same underlying language service APIs, but through a different protocol (the newer LSP instead of the older tsserver protocol). This is mostly to test the TS langserver used by other editors that only support LSP. Differences are very minor, for example hovers are displayed a bit differently When VS Code gets support for it, it will also support streaming. |
Cool, thank you. Is there anything you need to do after installing (e.g. disabling the native server somehow)? |
Iirc you can disable the integrated TS support by setting |
But I found that it would appear with duplicate code hints |
You can disable integrated TS now too: https://twitter.com/sandy081/status/965891223813869569 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
May I ask what advantages you gain by using this extension?
The text was updated successfully, but these errors were encountered: