Skip to content

Commit c173f3e

Browse files
authored
improve trusted JSON schemas (#296928)
* improve trusted JSON schemas * update
1 parent 2016e51 commit c173f3e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extensions/json-language-features/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,12 @@
131131
"type": "object",
132132
"default": {
133133
"https://schemastore.azurewebsites.net/": true,
134-
"https://raw.githubusercontent.com/": true,
134+
"https://raw.githubusercontent.com/microsoft/vscode/": true,
135+
"https://raw.githubusercontent.com/devcontainers/spec/": true,
135136
"https://www.schemastore.org/": true,
136137
"https://json.schemastore.org/": true,
137-
"https://json-schema.org/": true
138+
"https://json-schema.org/": true,
139+
"https://developer.microsoft.com/json-schemas/": true
138140
},
139141
"additionalProperties": {
140142
"type": "boolean"

0 commit comments

Comments
 (0)