I followed the docs to only [Enable biome only when biome.json is present](https://biomejs.dev/reference/zed/#enable-biome-only-when-biomejson-is-present). And I added the following code to my config. ```json "lsp": { "biome": { "settings": { "require_config_file": true } }, } ``` Now I expected Biome to be disabled on projects without a config file. But instead I get the following error; ``` Language server error: biome biome.json is not found but require_config_file is true -- stderr-- ```