stack/.vscode/settings.json
Konsti Wohlwend 3c013cc105
Some checks failed
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Test / docker (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
Run setup tests / test (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
nicify(...) now formats multiline strings nicely (#415)
2025-02-02 19:22:06 -08:00

105 lines
1.8 KiB
JSON

{
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"cSpell.words": [
"backlinks",
"Cdfc",
"cjsx",
"clsx",
"cmdk",
"codegen",
"Crudl",
"ctsx",
"datapoints",
"deindent",
"Deindentable",
"deindented",
"EAUTH",
"EDNS",
"EENVELOPE",
"EMESSAGE",
"Falsey",
"frontends",
"geoip",
"hookform",
"hostable",
"INBUCKET",
"ipcountry",
"Jwks",
"JWTs",
"katex",
"lucide",
"Luma",
"midfix",
"Millis",
"mjsx",
"mtsx",
"nextjs",
"Nicifiable",
"nicification",
"nicified",
"nicify",
"oidc",
"openapi",
"opentelemetry",
"otel",
"otlp",
"pageleave",
"pageview",
"pg_isready",
"pkcco",
"PKCE",
"pooler",
"posthog",
"preconfigured",
"Proxied",
"psql",
"qrcode",
"quetzallabs",
"rehype",
"reqs",
"RPID",
"simplewebauthn",
"spoofable",
"stackauth",
"stackframe",
"supabase",
"Svix",
"tailwindcss",
"tanstack",
"totp",
"tsup",
"typecheck",
"typehack",
"Uncapitalize",
"unindexed",
"unsubscribers",
"upsert",
"webapi",
"webauthn",
"Whitespaces",
"wolfgunblood",
"zustand"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"terminal.integrated.wordSeparators": " (){}',\"`─‘’“”|",
"editor.formatOnSave": false,
"prettier.enable": false,
"debug.javascript.autoAttachSmartPattern": [
"${workspaceFolder}/**",
"!**/node_modules/**",
"**/$KNOWN_TOOLS$/**",
"**/start-server.js",
"**/turbo/**"
],
"files.insertFinalNewline": true
}