mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Switch all schemastore.org URLs to use SSL. (#40737)
References SchemaStore/schemastore#12
This commit is contained in:
committed by
Matt Bierner
parent
12902e1ab2
commit
8ee4aba28b
@@ -548,7 +548,7 @@
|
||||
"jsonValidation": [
|
||||
{
|
||||
"fileMatch": "tsconfig.json",
|
||||
"url": "http://json.schemastore.org/tsconfig"
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "tsconfig.json",
|
||||
@@ -556,7 +556,7 @@
|
||||
},
|
||||
{
|
||||
"fileMatch": "tsconfig.*.json",
|
||||
"url": "http://json.schemastore.org/tsconfig"
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "tsconfig.*.json",
|
||||
@@ -564,7 +564,7 @@
|
||||
},
|
||||
{
|
||||
"fileMatch": "typings.json",
|
||||
"url": "http://json.schemastore.org/typings"
|
||||
"url": "https://schemastore.azurewebsites.net/schemas/json/typings.json"
|
||||
}
|
||||
],
|
||||
"taskDefinitions": [
|
||||
|
||||
Reference in New Issue
Block a user