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.

贡献者指南