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
Is your feature request related to a problem? Please describe.
When you import something automatically, it will opt for importing it from a url. It would be nice if that auto-import preferred importing it from deps.ts when that same import is exported from deps.ts
Describe the solution you'd like
Auto-imports prioritize importing from deps.ts
The text was updated successfully, but these errors were encountered:
Bumping this as I just happened upon a slight issue from one of the users of my module. What happened is they were coding and auto-completion imported from the url instead of deps.ts.
VSC didn't show any errors. Recently, i updated the library and the user updated his deps.ts but continued to have issues. After quite a lot of debugging realizing the file actually was importing something from an older version of the library even though deps.ts was updated.
Is your feature request related to a problem? Please describe.
When you import something automatically, it will opt for importing it from a url. It would be nice if that auto-import preferred importing it from deps.ts when that same import is exported from deps.ts
Describe the solution you'd like
Auto-imports prioritize importing from deps.ts
The text was updated successfully, but these errors were encountered: