neoclide/coc-tsserver

Support for "typescript.unstable" configuration

AlexEmerson opened this issue · 2 comments

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?

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.

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