-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
In zed settings.json
I have:
{
"lsp": {
"biome": {
"settings": {
"config_path": "./biome.json"
}
}
}
}
In biome.json
:
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"noBannedTypes": "warn",
"noForEach": "warn"
}
}
}
}
Rules doesn't seem to work, it still shows as errors instead of warnings.
(I have no biome config in project, so I expect this global config to work when I set it in config_path)
Zed: v0.187.9 (Zed)
OS: macOS 15.3.2
Memory: 16 GiB
Architecture: aarch64
Metadata
Metadata
Assignees
Labels
No labels