mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Allow custom error messages for regex issues
This commit is contained in:
@@ -39,6 +39,8 @@ export interface IJSONSchema {
|
||||
not?:IJSONSchema;
|
||||
enum?:any[];
|
||||
format?: string;
|
||||
|
||||
errorMessage?:string; // VS code internal
|
||||
}
|
||||
|
||||
export interface IJSONSchemaMap {
|
||||
|
||||
Reference in New Issue
Block a user