Yusuke Abe
Yusuke Abe
@rustbot claim
@ematipico Oh, thank you for your comment. I will finish this PR tonight.
I'd like to work on this issue :bow:
@ematipico I have implemented the auto-generation of configuration.md using schemars. This involves generating a JSON schema from struct Configuration and parsing it into markdown format. This process requires programmatic parsing...
@ematipico Thank you for your reply! > I don't mind the order of the items, as long as they don't change if we execute the codegen script multiple times Yes,...
@ematipico I've created a dedicated [examples page](https://github.com/biomejs/biome/pull/1028/files#diff-72aec8d7c5758eef13c526894d0e5c29617a671624dfcf269a2346f33536d394) for detailed configuration examples (like ignore, exclude, etc.) and added a [link](https://github.com/biomejs/biome/pull/1028/files#diff-b03335243292ba662ffaadf3a1c8375accd614659f55bd59f197622698ee6b79R156) to this page in the main documentation. This approach was chosen...
@ematipico I rebased my working branch onto the latest commit to finalize my pull request. However, after rebasing with the latest [Configuration](https://github.com/biomejs/biome/blob/9f139d05e1f4b71acdac4921867e681ce9a8b3f5/crates/biome_service/src/configuration/mod.rs), I encountered the following error: ``` --> xtask/codegen/src/generate_markdown.rs:11:30...
@ematipico Thank you!!!!
@ematipico I'm formatting [json block](https://github.com/biomejs/biome/pull/1028/files#diff-bfd7157fe097ef23de66a65587759406e2ad7105b057b3915d097feb3565bd49R72-R80) which is parsed from [struct](https://github.com/biomejs/biome/blob/363284f77179e58bb5195229aae806582c4b43f9/crates/biome_service/src/configuration/mod.rs#L174-L181) but with `generate_bindings`, [formatting json blocks](https://github.com/biomejs/biome/blob/main/xtask/codegen/src/generate_bindings.rs#L426-L428) seems [broken](https://github.com/biomejs/biome/blob/363284f77179e58bb5195229aae806582c4b43f9/packages/%40biomejs/backend-jsonrpc/src/workspace.ts#L83) and [test fails](https://github.com/biomejs/biome/actions/runs/8200519095/job/22427433870). Please kindly give me your advice :pray: Thank you.
I'd like to work on this issue.