Load schema from file path
luisdavim opened this issue · 0 comments
luisdavim commented
It would be nice if it was possible to set a schema by passing a file path, either yaml.selectSchema
could accept an argument for this or maybe this could be done by introducing a new command, something like yaml.loadSchema
that would take a path to a schema file or if that is not passed by the user it would try to find one in the local directory.