coc-tsserver
coc-tsserver copied to clipboard
Feature request: Support for TS 5.0
Currently tsserver cannot parse TS5.0 feature, such as const type parameters.
Could you update to support them? Thanks.
By default, coc-tsserver uses the bundled TypeScript. It seems that your issue is arising because the bundled TypeScript is version 4.9. Please try configuring it to use the TypeScript version specific to your project. "tsserver.useLocalTsdk": true
or etc...
ping @chemzqm @fannheyward
Resolved with tsserver.chooseVersion
, thank you for support.
I keep this Issue open, please close this Issue if it's not needed.
https://github.com/neoclide/coc-tsserver/pull/427
This can be closed as it's already supported.