Related to this question but different as for .ts
files. When using the QuickFix function to add a missing import I want it to use double quotes and stop it from ending with a semicolon to remain consistent with the existing code base.
I have disabled all extensions so I think this must be the built in Typescript formatting. I have tried looking through the visual studio code base and not found where this is being done yet.
Perhaps it is not possible to configure this using some setting in the preferences file?