Reputation: 685
VSCode is giving the following warning
Detected Vetur enabled. Consider disabling Vetur and use
@volar-plugins/vetur
instead.
What is this for? What do I need to do to turn it off
Upvotes: 15
Views: 14234
Reputation: 46814
TLDR: uninstall Vetur and keep Volar (official recommended extension).
Volar is the official VScode plugin to use since few months, hence why the core team is pushing the officially supported one.
It was initially meant for Vue3 but it also works with Vue2.
As explained here: https://vuejs.org/guide/typescript/overview.html#ide-support
Also this github issue: https://github.com/vuejs/vetur/issues/3476#issue-1300202219
Official page of the project btw
Upvotes: 16
Reputation: 173
disable the plugin vetur by Pine wu, or uinstall it. just keep volar
Upvotes: 2
Reputation: 65
In your VScode extensions, find 'Vetur' and Disable. Reload VScode
or you can use 'Vetur' in another way @volar-plugins/vetur.
Upvotes: 3