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
Install prettier extension and paste below code in your VSCode settings.json file
settings.json
"prettier.useEditorConfig": false, "prettier.singleQuote": true
this will ignore your .editorconfig file setting.
.editorconfig