mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +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": "javascriptreact",
|
||||
"path": "./snippets/javascript.json"
|
||||
}
|
||||
],
|
||||
"jsonValidation": [
|
||||
{
|
||||
"fileMatch": ".bowerrc",
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/bowerrc.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ".babelrc",
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/babelrc.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ".babelrc.json",
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/babelrc.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "jsconfig.json",
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/jsconfig.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "jsconfig.json",
|
||||
"url": "./schemas/jsconfig.schema.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "jsconfig.*.json",
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/jsconfig.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "jsconfig.*.json",
|
||||
"url": "./schemas/jsconfig.schema.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user