Resolved: Detected Vetur enabled. Consider disabling Vetur and use @volar-plugins/vetur instead

In this post, we will see how to resolve Detected Vetur enabled. Consider disabling Vetur and use @volar-plugins/vetur instead

Question:

VSCode is giving the following warning
What is this for? What do I need to do to turn it off

Best Answer:

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
enter image description here

If you have better answer, please add a comment about this, thank you!

Source: Stackoverflow.com