stack/.vscode/settings.json
Konsti Wohlwend 47b7efa2b6
Some checks failed
all-good: Did all the other checks pass? / all-good (push) Has been cancelled
Ensure Prisma migrations are in sync with the schema / check_prisma_migrations (22.x) (push) Has been cancelled
Docker Emulator Test / docker (push) Has been cancelled
Docker Server Build and Push / Docker Build and Push Server (push) Has been cancelled
Docker Server Test / docker (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (latest) (push) Has been cancelled
Dev Environment Test / restart-dev-and-test (push) Has been cancelled
Run setup tests / setup-tests (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
Widget playground (#740)
https://github.com/user-attachments/assets/fc1edc06-7113-4ab4-be24-9141e310e127
2025-07-06 18:04:02 -07:00

161 lines
4.1 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"cSpell.words": [
"autoupdate",
"backlinks",
"Cancelation",
"Cdfc",
"checksummable",
"chinthakagodawita",
"cjsx",
"clsx",
"cmdk",
"codegen",
"crockford",
"Crudl",
"ctsx",
"datapoints",
"deindent",
"Deindentable",
"deindented",
"DUMBASS",
"EAUTH",
"EDNS",
"EENVELOPE",
"Emailable",
"EMESSAGE",
"Falsey",
"fkey",
"frontends",
"geoip",
"hookform",
"hostable",
"INBUCKET",
"ipcountry",
"Jwks",
"JWTs",
"katex",
"lucide",
"Luma",
"midfix",
"Millis",
"mjsx",
"mtsx",
"neondatabase",
"nextjs",
"Nicifiable",
"nicification",
"nicified",
"nicify",
"oidc",
"openapi",
"opentelemetry",
"otel",
"otlp",
"pageleave",
"pageview",
"pg_isready",
"pkcco",
"PKCE",
"pkey",
"pooler",
"posthog",
"preconfigured",
"Proxied",
"psql",
"qrcode",
"quetzallabs",
"rehype",
"reqs",
"retryable",
"RPID",
"simplewebauthn",
"spoofable",
"stackauth",
"stackframe",
"sucky",
"supabase",
"Svix",
"swapy",
"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,
"[prisma]": {
"editor.formatOnSave": true,
},
"prettier.enable": false,
"debug.javascript.autoAttachSmartPattern": [
"${workspaceFolder}/**",
"!**/node_modules/**",
"**/$KNOWN_TOOLS$/**",
"**/start-server.js",
"**/turbo/**"
],
"files.insertFinalNewline": true,
"highlight.regexes": {
"(import\\.meta\\.vitest\\?\\.test\\()[\"'`]([^\"'`]*)(.*)": [
{
"isWholeLine": true,
"before": {
"contentText": "test>  ",
"color": "#008080",
"fontStyle": "italic"
},
}
],
"((?<=(?:import\\.meta\\.vitest\\?\\.test\\(.*\\n)(?:(?!(\\n\\}?\\);))[\\s\\S])*))\\n": [
{
"isWholeLine": true,
"before": {
"contentText": "       ",
"color": "#008080",
"fontStyle": "italic"
},
},
],
"(import\\.meta\\.vitest\\?\\.test\\([\\s\\S]*?(\\n\\}?\\);))": [
{},
{
"isWholeLine": true,
"before": {
"contentText": "       ",
"color": "#008080",
"fontStyle": "italic"
},
},
],
// disable the default TODO highlighting
"((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *TODO(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": [],
"((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:FIXME|FIX|BUG|UGLY|DEBUG|HACK)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": [],
"((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:REVIEW|OPTIMIZE|TSC)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": [],
"((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:IDEA)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": [],
},
"editor.formatOnSaveMode": "file",
"git.ignoreLimitWarning": true
}