mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
Fixes #2328: [json] No code assist in schema property in settings.json
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
"description": "An array of file patterns to match against when resolving JSON files to schemas."
|
||||
},
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "http://json-schema.org/draft-04/schema#",
|
||||
"description": "The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user