mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
Add a schema association for babelrc #30380
This commit is contained in:
@@ -102,14 +102,14 @@
|
||||
"fileMatch": "bower.json",
|
||||
"url": "http://json.schemastore.org/bower"
|
||||
},
|
||||
{
|
||||
"fileMatch": ".bower.json",
|
||||
"url": "http://json.schemastore.org/bower"
|
||||
},
|
||||
{
|
||||
"fileMatch": ".bowerrc",
|
||||
"url": "http://json.schemastore.org/bowerrc"
|
||||
},
|
||||
{
|
||||
"fileMatch": ".babelrc",
|
||||
"url": "http://json.schemastore.org/babelrc"
|
||||
},
|
||||
{
|
||||
"fileMatch": "jsconfig.json",
|
||||
"url": "http://json.schemastore.org/jsconfig"
|
||||
|
||||
Reference in New Issue
Block a user