Open extremelyonline opened 1 month ago
Not currently, as far as I know.
This feature would help the dev UX I think.
It doesn't work like this.
Settings coming from an editor (zed in case, which is called client), take precedence over biome.json
. That's how it works with the CLI, where the CLI is a client.
Technically, Zed would allow you to pass options from its settings.json
, but at the moment Biome doesn't accept them. It might change in the future.
However, zed for now doesn't have a concept of global settings and local settings.
Hello, Is there a feature to set global configs in settings.json and override them if a biome.json is present?