Replies: 1 comment
-
If you install Biome globally in a location that is in your PATH, that's exactly what will happen. We attempt to located Biome in your deps first and will look in the PATH as a last resort. Does that cover your use case ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like the ability to use a global Biome binary over the local one, but it'd be nice if we had a setting that indicated to only use the link if one isn't provided via dependencies. The use case is that I'd like to ensure Biome behaves the same way it does as for everyone else, in projects that use it. In projects that don't use it, I'd like to fallback on my global Biome install. Perhaps
a boolean preference
biome.lsp.preferLocal
that defaults tofalse
.Beta Was this translation helpful? Give feedback.
All reactions