Wscats / vue-snippets

Visual Studio Code Syntax Highlighting For Vue3 And Vue2
https://marketplace.visualstudio.com/items?itemName=Wscats.vue&ssr=false#overview
MIT License
67 stars 7 forks source link

vue3snippets.enable-compile-vue-file-on-did-save-code causing prettier / eslint conflic #32

Open titusdecali opened 2 years ago

titusdecali commented 2 years ago

Not sure what updated, but since yesterday the below line was added to my VSCode settings.json file and instantly caused my Prettier / Eslint to go haywire.

vue3snippets.enable-compile-vue-file-on-did-save-code

As soon as I removed it everything was fixed.

What is this and is it absolutely needed?

YangTingTing-tech commented 1 year ago

Did u find out why? I have the same problem in my vue2 project.