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
Currently, modules added using auto import suggestions are always added using double quotes ", which, if TSLint is configured to require single quotes ', always results in a TSLint error that needs to be fixed. It would be nice if the type of quote inserted was configurable, perhaps with something like typescript.autoImportSuggestions.quotemark.