Files
linkpulse/.vscode/settings.json
2024-11-10 19:03:52 -06:00

62 lines
1.0 KiB
JSON

{
"cSpell.words": [
"apscheduler",
"Avenir",
"backref",
"bpython",
"Callsite",
"clsx",
"excepthook",
"httpx",
"humanfs",
"humanwhocodes",
"inmemory",
"jridgewell",
"linkpulse",
"migratehistory",
"Nixpacks",
"nkzw",
"nocheck",
"ORJSON",
"pacakges",
"pext",
"postcss",
"pwdlib",
"pyproject",
"pytest",
"pytz",
"riscv",
"rollup",
"rtype",
"shadcn",
"starlette",
"structlog",
"sugarss",
"tailwindcss",
"tanstack",
"timestamper",
"tseslint",
"vitest",
"xdist"
],
"python.analysis.extraPaths": ["./backend/"],
"editor.formatOnSave": true,
"[github-actions-workflow]": {
"editor.formatOnSave": false
},
"python.analysis.diagnosticMode": "workspace",
"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
"vscode-extension",
".git/objects",
".vscode",
".vscode-insiders",
"settings.json",
"*.lock",
"*lock.*",
"package.json",
"routeTree.gen.ts"
]
}