SchemaStore/schemastore

Failing to parse valid cargo-make toml

已關閉

#3,684 建立於 2024年4月2日

 (2 則留言) (0 個反應) (0 位負責人)JavaScript (2,208 個分叉)github user discovery
BugHelp Wanted

倉庫指標

星標
 (3,774 顆星)
PR 合併指標
 (平均合併 4天 11小時) (30 天內合併 141 個 PR)

描述

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.

貢獻者指南