# 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

Go to settings, userspace, and in the JSON set this

"vetur.completion.useScaffoldSnippets": false

and voilà.

Last Updated: 1/4/2021, 7:07:35 PM