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

tsserver running on .js files #415

Closed hjylewis closed 1 year ago

hjylewis commented 1 year ago

I have "javascript.validate.enable": false set in my .vim/coc-settings.json file but I still see errors in my .js files due to Flow types (our repo has both at the moment since we are migrating to Typescript).

"javascript.validate.enable": false works great when using VSCode but erroneously with coc-tsserver.

Thanks for the help!