- Notifications
You must be signed in to change notification settings - Fork139
Open
Description
Describe The Bug
Though everything builds just fine, my IDE complains whenever I try to use thenewenv_not condition. This is because it is not listed in theschemastore json file for this project.
To Reproduce
[tasks.build]run_task = [ {name ="compile_single_kernel",condition = {env_not = {"KERNEL" ="all" } } }, {name ="compile_all_kernels",condition = {env = {"KERNEL" ="all" } } },]
When using an IDE that checks .toml files against schemastore.org, you get this error:

Solution
Add the following to the schemastore json file:
"env_not": {"title":"Env Vars","description":"Map of environment variables that must not be equal to the provided values","type":"object","additionalProperties": {"title":"Env Value","description":"Environment value","type":"string" } },
Metadata
Metadata
Assignees
Labels
No labels