bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

Problems with Visual Studio Code Format Plugin #27

Closed mgdodge closed 6 years ago

mgdodge commented 6 years ago

The 'formatOnSave' setting seems to be causing issues if the Visual Studio Code Format plugin is installed. The issue is probably with that plugin, judging by the reviews/comments left over there, but if someone is using that plugin, .vue files get corrupted when saving in this project.

Might be good to at least indicate the setting and how to disable it.

chrisvfritz commented 6 years ago

Thanks! I just added a new Troubleshooting section of the docs to better document this and other potential issues people might run into.