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
Hey guys. Recently I noticed my auto imports options as well as my quick fix options are not using import from syntax with modules that don't have a default export. Did something change recently settings or configuration to cause this?
tsconfig:
VSCode Version: 1.42.1
OS Version: macOS Mojave 10.14.3
Steps to Reproduce:
type out a function
use auto imports or select from quick fix options
import default option no longer available
The text was updated successfully, but these errors were encountered:
TS Template added by @mjbvz
TypeScript Version: 3.7.5
Search Terms
Hey guys. Recently I noticed my auto imports options as well as my quick fix options are not using import from syntax with modules that don't have a default export. Did something change recently settings or configuration to cause this?
tsconfig:

Steps to Reproduce:
The text was updated successfully, but these errors were encountered: