keep .completions and .schema in gitignore,
run voodoo generateSchema before working on things and after any changes to config.json5
in vscode select json with comments a language for the json5 files
ignore the errors on the type fields, i am looking into it .. this seems to only be a issue on vscode, works better on idea
general recommendations for working with this
keep
.completions
and.schema
in gitignore, runvoodoo generateSchema
before working on things and after any changes toconfig.json5
in vscode select
json with comments
a language for the json5 files ignore the errors on thetype
fields, i am looking into it .. this seems to only be a issue on vscode, works better on idea