sdras/vue-vscode-snippets

Remove Vetur from extensionDependencies

eladcandroid opened this issue ยท 5 comments

Remove Vetur from extensionDependencies
sdras commented

You need vetur to work with Vue properly in VS Code.

@eladcandroid When opening issues it would be nice to describe why you want a specific feature/change. That way maintainers might actually consider helping you.


Hi @sdras, I'm working on various Vue 3 projects and am using Volar with VSCode instead of Vetur. I read that this is recommended when using <script setup> (yes bleeding edge I know ๐Ÿ˜…) since Vetur doesn't support that yet. The vue-vscode-snippets would still be extremely useful for me but Vetur and Volar don't work well together (Volar readme).
Would you consider removing Vetur as dependency from vue-vscode-snippets? Then more people could use it and it shouldn't affect Vetur users.

@sto3psl It's really hard to compete with you. Thanks!

Arrive to this issue as well when trying to disable Vetur in order to use Volar.
It's been almost 6 months but Vetur still doesn't support <script setup>, so I'd like to try Volar.
But I can't live without this snippets ๐Ÿ˜„

I saw this comment referencing to Evan's comment.

Is there a problem if Vetur is excluded from dependency?