`foundry.toml` schema
Component
Other (please describe)
Describe the feature you would like
A JSON schema for foundry.toml
Additional context
I see you have a JSON schema for this: https://github.com/foundry-rs/foundry/blob/master/crates/cheatcodes/assets/cheatcodes.schema.json
It would be nice to have a schema for foundry.toml too.
I think we could easily add this, but you can get the full json via forge config --json | jq
Piping it through jq isn't necessary actually since it pretty-prints by default.
But open to adding this otherwise issue should be closed.
Supportive, this will require a bit more work than just deriving Schema since it must be manually implemented/skipped for some internal types