stack/.vscode/settings.json
Konstantin Wohlwend 512e0113fc Fix flakey tests
2025-04-22 18:03:53 -07:00

159 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",
"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",
"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
}