mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Missing JSON schema in tsconfig.json. Fixes #44718
This commit is contained in:
@@ -517,28 +517,7 @@
|
||||
"language": "typescriptreact"
|
||||
}
|
||||
],
|
||||
"jsonValidation": [
|
||||
{
|
||||
"fileMatch": "tsconfig.json",
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "tsconfig.json",
|
||||
"url": "./schemas/tsconfig.schema.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "tsconfig.*.json",
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "tsconfig.*.json",
|
||||
"url": "./schemas/tsconfig.schema.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "typings.json",
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/typings.json"
|
||||
}
|
||||
],
|
||||
|
||||
"taskDefinitions": [
|
||||
{
|
||||
"type": "typescript",
|
||||
|
||||
Reference in New Issue
Block a user