{ "json.schemas": [], "files.associations": { "*.db": "ndjson", "*.jsonl": "ndjson", "*.njson": "ndjson" }, "files.insertFinalNewline": true, "editor.formatOnSave": true, "editor.formatOnSaveMode": "file", "editor.codeActionsOnSave": { "source.fixAll.eslint": "always", "source.fixAll.ts": "always" }, "editor.defaultFormatter": "vscode.typescript-language-features", "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[jsonc]": { "editor.defaultFormatter": "vscode.json-language-features" }, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "cSpell.words": [ "apikey", "Dismissable", "getinsomnia", "inso", "libcurl", "mockbin", "Revalidator", "svgr", "Uncommited", "Unpushed", "unstage", "Unstaged", "upsert", "xmark" ], "[cpp]": { "editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd" } }