VSCode single to double quote automatic replace

When I execute a Format Document command on a Vue Component.vue file VSCode replace all single quoted string with double quoted string.

In my specific case this rule conflicts with electron-vue lint configuration that require singlequote.

I don’t have prettier extensions installed (no prettier.singleQuote in my setting)

How to customize VSCode to avoid this?

27 Answers
27

Leave a Comment