polish json schema language info

This commit is contained in:
Martin Aeschlimann
2022-04-04 16:17:42 +02:00
parent c27b6d1c24
commit 3698a0b247
2 changed files with 144 additions and 67 deletions

View File

@@ -68,7 +68,7 @@ interface Settings {
};
}
interface JSONSchemaSettings {
export interface JSONSchemaSettings {
fileMatch?: string[];
url?: string;
schema?: any;