neoclide / coc-vetur

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

Attempt to trigger codeAction returns "Unhandled method workspace/executeCommand" #45

Closed domi91c closed 3 years ago

domi91c commented 4 years ago

When I attempt to call a codeAction using coc-vetur, I get the following error:

Execute 'vetur.applyWorkspaceEdits error: Error: Unhandled method workspace/executeCommand'

Is this not possible with the current version? Or do I need to add some configuration? I haven't added any configs for coc-vetur yet.

domi91c commented 4 years ago

I forgot to mention that I'm using TypeScript with Vue. Could that be a problem?