{ "json.schemaDownload.trustedDomains": { "https://schemastore.azurewebsites.net/": 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://developer.microsoft.com/json-schemas/": true, "https://biomejs.dev": true }, "editor.fontFamily": "'maple mono nf', 'maplemono nf', 'maple mono nf cn', 'Droid Sans Mono', monospace", "files.autoSave": "onFocusChange", "editor.codeActionsOnSave": { "source.fixAll.biome": "always" }, "terminal.integrated.initialHint": false, "workbench.settings.showAISearchToggle": false, "workbench.iconTheme": "vscode-jetbrains-icon-theme-2023-dark", "git.autofetch": true, "workbench.sideBar.location": "right", "window.commandCenter": false, "workbench.colorTheme": "WebStorm New Dark", "[typescript]": { "editor.defaultFormatter": "biomejs.biome" }, "workbench.productIconTheme": "jetbrains-idea-product-icon-theme", "biome.requireConfiguration": true, "diffEditor.ignoreTrimWhitespace": false, "git.confirmSync": false, "breadcrumbs.enabled": false, "editor.padding.bottom": 8, "editor.inlayHints.padding": true, "editor.padding.top": 8, "editor.formatOnSave": true }