mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
document ISchemaAssociation.schema
This commit is contained in:
@@ -167,7 +167,12 @@ interface ISchemaAssociation {
|
||||
* A match succeeds when there is at least one pattern matching and last matching pattern does not start with '!'.
|
||||
*/
|
||||
fileMatch: string[];
|
||||
|
||||
|
||||
/*
|
||||
* The schema for the given URI.
|
||||
* If no schema is provided, the schema will be fetched with the schema request service (if available).
|
||||
*/
|
||||
schema?: JSONSchema;
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user