Diagnostics & Performance in Biome
From the Biome cheat sheet ยท Troubleshooting ยท verified Aug 2026
Diagnostics & Performance
Use built-in reports and tracing before changing project rules.
bash
# Show version and platform information
npx @biomejs/biome version
# Print a debugging report
npx @biomejs/biome rage
# Explain a diagnostic or daemon topic
npx @biomejs/biome explain noDebugger
npx @biomejs/biome explain daemon-logs๐ข Start by confirming the CLI and config versions match
โก Force-ignore dist and build folders before deeper tracing
๐ Project-domain rules intentionally add scanner work
๐ rage output is designed for debugging issue reports
troubleshootingperformanceragetracing
Continue with Biome
Save the full cheat sheet or work through every related task.