mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Add schema for typedoc.json to default jsonValidation (#157592)
Add schema for typedoc.json to default jsonValidation
This commit is contained in:
@@ -139,6 +139,10 @@
|
||||
{
|
||||
"fileMatch": "jsconfig.*.json",
|
||||
"url": "./schemas/jsconfig.schema.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "typedoc.json",
|
||||
"url": "https://typedoc.org/schema.json"
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
|
||||
Reference in New Issue
Block a user