biomejs/biome-vscode

๐Ÿ“Ž Yarn PnP support

Closed this issue ยท 1 comments

Summary

This task tracks the implementation of Yarn PnP support for resolving the biome binary from a project's dependencies.

Yarn PnP uses a different strategy for installing dependencies that does not involve a node_modules folder, which is what we've been relying on with other package managers.

Ideally, we shouldn't have to rely on executing an external command to find the path to the binary, but it is unclear if that's even possible.

Reference

Contributing

If you'd like to contribute and implement this, please make it known in the comments so we can assign you to the task.

Added a pull request for this: #134