-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
auto import broken that import as a relative path #25186
Comments
/cc: @andy-ms |
@Kingwl this seems to be working for me with If you're still seeing a problem, since you're familiar with the codebase, maybe you could try writing a |
Duplicate of #25279. Wasn't showing up on my computer since it was a windows-only issue. |
TypeScript Version: 3.0.0-dev.201xxxxx
Search Terms:
import, auto import
Code
Expected behavior:
insert the code: import { a } from 'xxx'
Actual behavior:
insert the code: import { a } from 'node_module/xxx/lib'
Related Issues:
seems by #24742
The text was updated successfully, but these errors were encountered: