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.
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 likeyaml.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.