Files
linkpulse/.vscode/settings.json

30 lines
512 B
JSON

{
"cSpell.words": [
"apscheduler",
"backref",
"bpython",
"Callsite",
"clsx",
"excepthook",
"inmemory",
"linkpulse",
"migratehistory",
"Nixpacks",
"ORJSON",
"pext",
"pwdlib",
"pytest",
"pytz",
"rtype",
"starlette",
"structlog",
"tailwindcss",
"timestamper"
],
"python.analysis.extraPaths": ["./backend/"],
"[github-actions-workflow]": {
"editor.formatOnSave": false
},
"python.analysis.diagnosticMode": "workspace"
}