Skip to content

Commit 72ec858

Browse files
committed
update
1 parent 482dc41 commit 72ec858

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

code/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,16 @@
270270
"editor.defaultFormatter": "redhat.vscode-yaml"
271271
},
272272
"typescript.experimental.useTsgo": false,
273-
"claudeCode.preferredLocation": "panel"
273+
"claudeCode.preferredLocation": "panel",
274+
"json.schemaDownload.trustedDomains": {
275+
"https://schemastore.azurewebsites.net/": true,
276+
"https://raw.githubusercontent.com/": true,
277+
"https://www.schemastore.org/": true,
278+
"https://json.schemastore.org/": true,
279+
"https://json-schema.org/": true,
280+
"https://opencode.ai": true,
281+
"https://models.dev": true
282+
}
274283
// "workbench.statusBar.visible": false,
275284
// "workbench.editor.showTabs": "none",
276285
// "breadcrumbs.filePath": "off",

0 commit comments

Comments
 (0)