Skip to content

Commit eb02df0

Browse files
committed
chore(vscode): trust JSON schema downloads from known domains
Add `json.schemaDownload.trustedDomains` entries for the models.dev, opencode.ai, and markdownlint config schemas so VS Code can validate JSON files without being blocked by schema download restrictions.
1 parent 1bd9630 commit eb02df0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"files.associations": {
1515
".prettierignore": "ignore"
1616
},
17+
"json.schemaDownload.trustedDomains": {
18+
"https://models.dev/model-schema.json": true,
19+
"https://opencode.ai/config.json": true,
20+
"https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json": true
21+
},
1722
"markdown.validate.enabled": true
1823
}

0 commit comments

Comments
 (0)