Open
Description
Self-service
- I'd be willing to implement a fix
Describe the bug
My project uses Yarn PnP with the problem being that VS Code does not find any of the types.

The website provides instructions on fixing this: https://yarnpkg.com/getting-started/editor-sdks
After the instructed steps:
- Run
yarn dlx @yarnpkg/sdks vscode
- Install ZipFS plugin
- Set the TypeScript version to "Use Workspace Version"
The problem persists. VS Code does not find any of the type definitions.
To reproduce
See above.
Environment
System: Apple M1, Sonoma 14.2.1
VS Code: 1.86.0 (Universal)
Node: v21.5.0
Yarn: 3.6.4
Additional context
No response