Export args to a schema file so that YAML language servers can understand config files #288
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Not critical
Would be nice to fix, but not critical.
Is your feature request related to a problem? Please describe.
Currently, YAML config files are not understood by YAML language servers, and hence auto completion or type checking are not possible when editing config files.
It is really cooooool to have auto completion in yaml, right? I believe it will improve user experience greatly.
Describe the solution you'd like
Provide a new API to export json schema
And then I can manually configure my YAML language server (in VSCode, for example) using
schema.json
The text was updated successfully, but these errors were encountered: