SchemaStore/schemastore

Failing to parse valid cargo-make toml

Chiusa

#3684 aperta il 2 apr 2024

 (2 commenti) (0 reazioni) (0 assegnatari)JavaScript (2208 fork)github user discovery
BugHelp Wanted

Metriche repository

Star
 (3774 stelle)
Metriche merge PR
 (Merge medio 4g 11h) (141 PR mergiate in 30 g)

Descrizione

Area with issue?

JSON Schema

✔️ Expected Behavior

Makefile.toml below should be valid

❌ Actual Behavior

Validation error. Even Better Toml (which i believe uses taplo) says: {"crate_name":"cargo-expand","version":"1.0.80"} is not valid under any of the given schemas in VS Code

YAML or JSON file that does not work.

[tasks.test_task]
install_crate = { crate_name = "cargo-expand", version = "1.0.80" }

IDE or code editor.

Visual Studio Code

Are you making a PR for this?

No, someone else must create the PR.

Guida contributor