Open
Description
- I'd be willing to implement this feature (contributing guide)
- This feature is important to have in this repository; a contrib plugin wouldn't do
Describe the user story
Add support for @biomejs/biome
in @yarnpkg/sdks
, so IDEs will be able to get the correct path to the local biome
cli.
Describe the solution you'd like
Running yarn dlx @yarnpkg/sdks
will generate the biome sdk in .yarn/sdk
.
Describe the drawbacks of your solution
We will have to follow up with biome if they make any changes to how the cli is exposed.
Describe alternatives you've considered
Manually creating the sdk in .yarn/sdk
in project using biome, but it was not pleasant and not useful for anyone but me 😄