Allow custom error messages for regex issues

This commit is contained in:
Martin Aeschlimann
2016-01-28 17:25:35 +01:00
parent 5168697dfd
commit 69dfecdbe4
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ export interface IJSONSchema {
not?:IJSONSchema;
enum?:any[];
format?: string;
errorMessage?:string; // VS code internal
}
export interface IJSONSchemaMap {