vscode setting
{
"yaml.format.enable": true,
"yaml.completion": true,
"yaml.trace.server": "verbose",
"yaml.schemas": {
"file:///D:/vscode-yaml-schemas/kubernetes-json-schema/v1.14.0-standalone-strict/all.json": "*.yml"
}
}
I download kubernetes-json-schema to my Windows pc, and setting it like above.
I create a new test.yml , but when i input ap, it show error that Matches multiple schemas when only one must validate., i don't know what is wrong.
I see the issue #208, but i don't know where can i see the schema version?
vscode setting
{ "yaml.format.enable": true, "yaml.completion": true, "yaml.trace.server": "verbose", "yaml.schemas": { "file:///D:/vscode-yaml-schemas/kubernetes-json-schema/v1.14.0-standalone-strict/all.json": "*.yml" } }I download
kubernetes-json-schemato my Windows pc, and setting it like above.I create a new
test.yml, but when i inputap, it show error thatMatches multiple schemas when only one must validate., i don't know what is wrong.I see the issue #208, but i don't know where can i see the schema version?