You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -575,7 +575,7 @@ export class JSONSchemaService implements IJSONSchemaService {
575
575
returnresult;
576
576
};
577
577
returnresolveRefs(schema,schema,handle).then(_=>{
578
-
letresolveWarnings: Diagnostic[]=[];
578
+
letresolveWarnings: SchemaDiagnostic[]=[];
579
579
if(usesUnsupportedFeatures.size){
580
580
resolveWarnings.push(toDiagnostic(l10n.t('The schema uses meta-schema features ({0}) that are not yet supported by the validator.',Array.from(usesUnsupportedFeatures.keys()).join(', ')),ErrorCode.SchemaUnsupportedFeature));
0 commit comments