mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Move js/ts json validation to js/ts language features extension
Fixes #73336
This commit is contained in:
@@ -98,36 +98,6 @@
|
||||
"language": "typescriptreact",
|
||||
"path": "./snippets/typescript.json"
|
||||
}
|
||||
],
|
||||
"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": "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user