Configure preferred quote style for auto imports and generated code #49653
Labels
feature-request
Request for new features or functionality
javascript
JavaScript support issues
on-testplan
typescript
Typescript support issues
Milestone
Problem
For auto imports, TS will currently infer the quote style to use (single or double) from other imports in the file. For files without any existing imports, we always default to double quotes
Fix
With TS 2.9, add a new
"javascript.preferences.quoteStyle
and"typescript.preferences.quoteStyle
setting that explicitly sets which quote style to useThe text was updated successfully, but these errors were encountered: