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 warningBest 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

If you have better answer, please add a comment about this, thank you!
Source: Stackoverflow.com
Leave a Review