Skip to content
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

imports autocomplete does not work with pnpm #522

Open
peersky opened this issue Oct 21, 2023 · 0 comments
Open

imports autocomplete does not work with pnpm #522

peersky opened this issue Oct 21, 2023 · 0 comments
Labels
status:ready This issue is ready to be worked on

Comments

@peersky
Copy link

peersky commented Oct 21, 2023

OS: Mac OS

Steps to reproduce:

  1. Take project that is able to autocomplete imports for yarn
  2. Remove yarn.lock and node_modules
  3. run pnpm install
  4. Attempt to import something from installed packages in to solidity file.

In my case import paths resolve and compilcation is successful, however autocomplete won't work and I am getting VSCode errorr:

Invalid import: wrong file casing hardhat(409)
@kanej kanej added status:ready This issue is ready to be worked on and removed status:triaging labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on
Projects
Status: Todo
Development

No branches or pull requests

2 participants