Updated error message for draft 2019-09
Linked to https://github.com/microsoft/vscode/issues/81830
This commit is contained in:
Родитель
95f815ebbe
Коммит
fb1979364a
|
@ -400,7 +400,7 @@ export class JSONSchemaService implements IJSONSchemaService {
|
|||
if (id === 'http://json-schema.org/draft-03/schema') {
|
||||
return this.promise.resolve(new ResolvedSchema({}, [ localize('json.schema.draft03.notsupported', "Draft-03 schemas are not supported.") ]));
|
||||
} else if (id === 'https://json-schema.org/draft/2019-09/schema') {
|
||||
schemaToResolve.errors.push(localize('json.schema.draft08.notsupported', "Draft-08 schemas are not yet fully supported."));
|
||||
schemaToResolve.errors.push(localize('json.schema.draft201909.notsupported', "Draft 2019-09 schemas are not yet fully supported."));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче