neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

Cannot add filetypes #6

Closed jtumano closed 5 years ago

jtumano commented 5 years ago

I am trying to set vetur to work in .ts files. Readme said: vetur.filetypes filetypes for vetur, default ['vue']

But when I'm adding this property into coc-settings.json it doesn't work.

Also it is not shown in coc-settings.json autocomplete and it has error when adding manually:

Screenshot from 2019-04-26 17-13-43

chemzqm commented 5 years ago

It's not supported, I've fixed the documentation. The server can't work with other filetypes.