broken auto-import paths in VSCode w/ locally linked packages #4796
Unanswered
diminutivesloop
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Please open a bug report instead, we need more information / a reproduction to help here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My team is running into a weird issues w/ auto-imports in VSCode from locally linked packages where the slash between package name and the module path is missing. So instead of getting
import { someFunction } from '@scope/package/someFunction
we getimport { someFunction } from '@scope/packagesomeFunction
. For context we're using Yarn in PnP mode and we don't see this issue when these same packages are installed regularly instead of linked. Has anyone else run into this and figured out how to fix it?Beta Was this translation helpful? Give feedback.
All reactions