mirror of https://github.com/microsoft/vscode.git
Updated references to schemastore.org
This commit is contained in:
parent
8f023e48c8
commit
434260839e
|
@ -83,7 +83,7 @@
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"cgmanifest.json"
|
"cgmanifest.json"
|
||||||
],
|
],
|
||||||
"url": "https://json.schemastore.org/component-detection-manifest.json",
|
"url": "https://www.schemastore.org/component-detection-manifest.json",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
|
|
|
@ -90,7 +90,7 @@ The server supports the following settings:
|
||||||
"foo.json",
|
"foo.json",
|
||||||
"*.superfoo.json"
|
"*.superfoo.json"
|
||||||
],
|
],
|
||||||
"url": "http://json.schemastore.org/foo",
|
"url": "http://www.schemastore.org/foo",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "array"
|
"type": "array"
|
||||||
}
|
}
|
||||||
|
|
|
@ -336,11 +336,11 @@
|
||||||
"jsonValidation": [
|
"jsonValidation": [
|
||||||
{
|
{
|
||||||
"fileMatch": "package.json",
|
"fileMatch": "package.json",
|
||||||
"url": "https://json.schemastore.org/package"
|
"url": "https://www.schemastore.org/package"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "bower.json",
|
"fileMatch": "bower.json",
|
||||||
"url": "https://json.schemastore.org/bower"
|
"url": "https://www.schemastore.org/bower"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"taskDefinitions": [
|
"taskDefinitions": [
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "tsconfig.json",
|
"fileMatch": "tsconfig.json",
|
||||||
"url": "https://json.schemastore.org/tsconfig"
|
"url": "https://www.schemastore.org/tsconfig"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "tsconfig.json",
|
"fileMatch": "tsconfig.json",
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "tsconfig.*.json",
|
"fileMatch": "tsconfig.*.json",
|
||||||
"url": "https://json.schemastore.org/tsconfig"
|
"url": "https://www.schemastore.org/tsconfig"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "tsconfig-*.json",
|
"fileMatch": "tsconfig-*.json",
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "tsconfig-*.json",
|
"fileMatch": "tsconfig-*.json",
|
||||||
"url": "https://json.schemastore.org/tsconfig"
|
"url": "https://www.schemastore.org/tsconfig"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "tsconfig.*.json",
|
"fileMatch": "tsconfig.*.json",
|
||||||
|
@ -105,27 +105,27 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "typings.json",
|
"fileMatch": "typings.json",
|
||||||
"url": "https://json.schemastore.org/typings"
|
"url": "https://www.schemastore.org/typings"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ".bowerrc",
|
"fileMatch": ".bowerrc",
|
||||||
"url": "https://json.schemastore.org/bowerrc"
|
"url": "https://www.schemastore.org/bowerrc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ".babelrc",
|
"fileMatch": ".babelrc",
|
||||||
"url": "https://json.schemastore.org/babelrc"
|
"url": "https://www.schemastore.org/babelrc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ".babelrc.json",
|
"fileMatch": ".babelrc.json",
|
||||||
"url": "https://json.schemastore.org/babelrc"
|
"url": "https://www.schemastore.org/babelrc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "babel.config.json",
|
"fileMatch": "babel.config.json",
|
||||||
"url": "https://json.schemastore.org/babelrc"
|
"url": "https://www.schemastore.org/babelrc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "jsconfig.json",
|
"fileMatch": "jsconfig.json",
|
||||||
"url": "https://json.schemastore.org/jsconfig"
|
"url": "https://www.schemastore.org/jsconfig"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "jsconfig.json",
|
"fileMatch": "jsconfig.json",
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "jsconfig.*.json",
|
"fileMatch": "jsconfig.*.json",
|
||||||
"url": "https://json.schemastore.org/jsconfig"
|
"url": "https://www.schemastore.org/jsconfig"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": "jsconfig.*.json",
|
"fileMatch": "jsconfig.*.json",
|
||||||
|
|
Loading…
Reference in New Issue