You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 use