One issue I get is when I add vue to the filetypes table:
lspconfig.vtsls.setup {
capabilities = capabilities,
filetypes = { "typescript", "javascript", "javascriptreact", "typescriptreact", "vue" },
...
I get the error:
vtsls: -32603: Cannot find provider for the feature
Which blocks further attempts to try integrating the vue typescript plugin.
One issue I get is when I add
vueto thefiletypestable:I get the error:
Which blocks further attempts to try integrating the vue typescript plugin.