-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated imports: import style "auto" not working as expected #50622
Comments
Thanks. The description for |
The setting documentation explains the behavior now. Note that non-relative paths also require setting a |
@mjbvz was there a change? |
I clarified the setting documentation. It now explicitly says that |
@mjbvz I do not see much more clarification though, I see this still: |
The part about |
This isn't working for me at all. Even though |
Refs: #50488
I would expect
"typescript.preferences.importModuleSpecifier": "auto"
to use the style of the other imports in the file but it seems to behave differently?The text was updated successfully, but these errors were encountered: