SchemaStore/schemastore

Failing to parse valid cargo-make toml

クローズ

#3,684 opened on 2024/04/02

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (2,208 件のフォーク)github user discovery
BugHelp Wanted

Repository metrics

Stars
 (3,774 個のスター)
PR merge metrics
 (平均マージ 4d 11h) (30d で 141 merged PRs)

説明

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.

コントリビューターガイド