neoclide / coc-tsserver

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

fix: getDiagnostics breaking changes #307

Closed fannheyward closed 3 years ago

fannheyward commented 3 years ago

I don't know it ok to use this.service.id as the collection name, in my tests it works.

chemzqm commented 3 years ago

No need to use diagnosticManager from coc.nvim, I've made a fix.