When I execute a Format Document command on a Vue Component.vue file VSCode replace all single quoted string with double quoted string.
Format Document
In my specific case
It looks like it is a bug open for this issue: Prettier Bug
None of above solution worked for me. The only thing that worked was, adding this line of code in package.json:
"prettier": { "singleQuote": true },