Skip to content

Commit 4952232

Browse files
authored
Merge pull request microsoft#101046 from madskristensen/patch-2
Fix SchemaStore.org URLs
2 parents cc595ad + 860ca64 commit 4952232

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

extensions/typescript-language-features/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,59 +58,59 @@
5858
},
5959
{
6060
"fileMatch": "tsconfig.json",
61-
"url": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"
61+
"url": "https://json.schemastore.org/tsconfig"
6262
},
6363
{
6464
"fileMatch": "tsconfig.json",
6565
"url": "./schemas/tsconfig.schema.json"
6666
},
6767
{
6868
"fileMatch": "tsconfig.*.json",
69-
"url": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"
69+
"url": "https://json.schemastore.org/tsconfig"
7070
},
7171
{
7272
"fileMatch": "tsconfig-*.json",
7373
"url": "./schemas/tsconfig.schema.json"
7474
},
7575
{
7676
"fileMatch": "tsconfig-*.json",
77-
"url": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"
77+
"url": "https://json.schemastore.org/tsconfig"
7878
},
7979
{
8080
"fileMatch": "tsconfig.*.json",
8181
"url": "./schemas/tsconfig.schema.json"
8282
},
8383
{
8484
"fileMatch": "typings.json",
85-
"url": "https://schemastore.azurewebsites.net/schemas/json/typings.json"
85+
"url": "https://json.schemastore.org/typings"
8686
},
8787
{
8888
"fileMatch": ".bowerrc",
89-
"url": "https://schemastore.azurewebsites.net/schemas/json/bowerrc.json"
89+
"url": "https://json.schemastore.org/bowerrc"
9090
},
9191
{
9292
"fileMatch": ".babelrc",
93-
"url": "https://schemastore.azurewebsites.net/schemas/json/babelrc.json"
93+
"url": "https://json.schemastore.org/babelrc"
9494
},
9595
{
9696
"fileMatch": ".babelrc.json",
97-
"url": "https://schemastore.azurewebsites.net/schemas/json/babelrc.json"
97+
"url": "https://json.schemastore.org/babelrc"
9898
},
9999
{
100100
"fileMatch": "babel.config.json",
101-
"url": "https://schemastore.azurewebsites.net/schemas/json/babelrc.json"
101+
"url": "https://json.schemastore.org/babelrc"
102102
},
103103
{
104104
"fileMatch": "jsconfig.json",
105-
"url": "https://schemastore.azurewebsites.net/schemas/json/jsconfig.json"
105+
"url": "https://json.schemastore.org/jsconfig"
106106
},
107107
{
108108
"fileMatch": "jsconfig.json",
109109
"url": "./schemas/jsconfig.schema.json"
110110
},
111111
{
112112
"fileMatch": "jsconfig.*.json",
113-
"url": "https://schemastore.azurewebsites.net/schemas/json/jsconfig.json"
113+
"url": "https://json.schemastore.org/jsconfig"
114114
},
115115
{
116116
"fileMatch": "jsconfig.*.json",

0 commit comments

Comments
 (0)