Area with issue?
JSON Schema
✔️ Expected Behavior
tamasfe/taplo#783
[tool.setuptools]
ext-modules = [
{name = "spam", sources = ["spammodule.c"]}
]
This should be valid.
❌ Actual Behavior
Additional properties are not allowed ('ext-modules' was unexpected)
JSON, YAML, or TOML file that does not work.
[tool.setuptools]
ext-modules = [
{name = "spam", sources = ["spammodule.c"]}
]
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
Yes, I will create a PR.
Area with issue?
JSON Schema
✔️ Expected Behavior
tamasfe/taplo#783
This should be valid.
❌ Actual Behavior
Additional properties are not allowed ('ext-modules' was unexpected)
JSON, YAML, or TOML file that does not work.
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
Yes, I will create a PR.