-
Notifications
You must be signed in to change notification settings - Fork 41
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
cannot find imports #86
Comments
Same, also no intellisense. This project seems a bit... quiet and needs some love. |
@DonJayamanne Can we get an update on the status of the project? It is super awesome. Id like to see it fully functional :) This is the kind of project I would donate to cause its that amazing. |
@jhvissotto Same problem here. It seems that it cannot handle relative imports properly. The module resolution system is kind of buggy. |
vsc version: 1.80.1
node version: 18.16.0
extension version: 2.0.6
OS: Windows 10 PRO
The notebook is not recognizing packages from my node_modules, nor files in my project. ie
Cannot find module 'dotenv' or its corresponding type declarations.ts(2307)
Cannot find module './ormconfig.ts' or its corresponding type declarations.ts(2307)
The text was updated successfully, but these errors were encountered: