neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.06k stars 68 forks source link

Support for "typescript.unstable" configuration #453

Closed AlexEmerson closed 6 months ago

AlexEmerson commented 8 months ago

First of all, thanks for the extension, love it.

Currently specifying any option from the typescript.unstable section in settings.json doesn't seem to take any effect.

Is that going to be supported?

fannheyward commented 7 months ago

This feature has been released in coc-tsserver-dev, try :CocUninstall coc-tsserver and :CocInstall coc-tsserver-dev.

Note: coc-tsserver-dev is only used for unmerged PRs, and after PR merged into coc-tsserver, you should use coc-tsserver instead.

AlexEmerson commented 7 months ago

Thanks. Already added line from the PR to coc-tsserver index.js file locally till PR is merged. Works fine.