Closed
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.86.0 (Universal)
- OS Version: OS: Darwin x64 23.2.0
Steps to Reproduce:
- Clone https://github.com/Seboran/repro-pnpm-intellisense
- Install with
pnpm i
from root - Open file https://github.com/Seboran/repro-pnpm-intellisense/blob/f2d02c1f80dfc8f307112a4f03a65e439a684f1e/packages/solid-playground/index.ts
- Run
pnpm build
, which builds types of the other package. - Get the message "Could not find a declaration file for module"
When you restart the typescript server, the issue goes away.