sdras / vue-vscode-snippets

These snippets were built to supercharge my workflow in the most seamless manner possible.
https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets
MIT License
1.33k stars 183 forks source link

feat: remove vetur from dependencies #98

Closed ysya closed 3 years ago

ysya commented 3 years ago

In Vuejs 3 we have more choice like Volar or VueDX, if nothing use from Vetur could remove it from dependencies.

sdras commented 3 years ago

The only reason I'm hesitant about this change is there are some things in Vue that don't work without either, and then people think the it's the extension's fault, and I'll get issues. You can also pretty easily remove vetur and use something else if you prefer.

It's been a while since I checked the DX in VS code for Vue without vetur, maybe things have improved. When I have a moment, I'll give it a test run on insiders without vetur and see what the experience yields. Open to continued discussion and feedback as well!

sdras commented 3 years ago

Thank you for this but I'm going to stick with Vetur for now, but I will update the README with how to change it locally if you wish to migrate to Volar so that people have the option. Thanks!