Questions tagged [volar]
34 questions
10
votes
3 answers
Detected Vetur enabled. Consider disabling Vetur and use @volar-plugins/vetur instead
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

adam
- 655
- 1
- 10
- 31
4
votes
0 answers
How to setup different tabSize for template section with volar vscode extension
We were using vetur vscode extension to handle vue single components formatting.
We configured it to use prettier for js, stylus supremacy for style and prettyhtml for template section.
For prettyHtml we configured it to use 2 spaces tab size.…

fabien-michel
- 1,873
- 19
- 38
3
votes
2 answers
Import declaration conflicts with local declaration of 'defineProps' in Vue 3.3
I started getting these errors after updating node_modules (and Vue to v3.3) just today.
Vue 3.3, WebPack (not Vite), and VS Code Volar is in use. The project is huge.
Every *.vue file with