improve trusted JSON schemas (#296928)

* improve trusted JSON schemas

* update
This commit is contained in:
Martin Aeschlimann
2026-02-23 10:12:04 +01:00
committed by GitHub
parent 2016e51e10
commit c173f3e216

View File

@@ -131,10 +131,12 @@
"type": "object",
"default": {
"https://schemastore.azurewebsites.net/": true,
"https://raw.githubusercontent.com/": true,
"https://raw.githubusercontent.com/microsoft/vscode/": true,
"https://raw.githubusercontent.com/devcontainers/spec/": true,
"https://www.schemastore.org/": true,
"https://json.schemastore.org/": true,
"https://json-schema.org/": true
"https://json-schema.org/": true,
"https://developer.microsoft.com/json-schemas/": true
},
"additionalProperties": {
"type": "boolean"