I am currently working with TypeScript in VS Code and I use Prettier code formatter to format my code. I have my setting configured to use single quotes on format for TS files, but when I format, all my single quotes get turned into double quotes. I’m wondering if this is a Prettier bug or if I’m missing something here. Below I’ll place some images of what’s happening as well as the settings.json file I'm using. Thanks to anyone looking at this post or willing to help!
Before save:
After save:
settings.json: