The VSCode setting "javascript.preferences.quoteStyle": "single" did not work for me and I'm still getting double quotes in my JavaScript snippets as shown in the picture:
Is there a way I can make VSCode use single quotes without having to use any external extension like Prettier?