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
There only solution that worked for me: and only for Angular Projects:
Just go into your project ".editorconfig" file and paste 'quote_type = single'. Hope it should work for you as well.