# How to solve Vue VSCode Extension Collision
Recently watch vue-mastery (opens new window), i found out a very subtle and important detail in which the devils always awaits.
Vetur (opens new window) and Sarah drasner (opens new window), extention from VSCode, allow us to make the Vue development experience much more seamless, by provinding snippets to supercharge our workflow.
# Solution
Even thou, using this extension lead to a collision, so to solve this, you'll need
- VSCode installed
- Vetur Extension Installed (opens new window)
- Sarah drasner Extension Installed (opens new window)
Go to settings
, userspace
, and in the JSON set this
"vetur.completion.useScaffoldSnippets": false
and voilà.