Update cSpell words/paths

This commit is contained in:
2024-11-10 19:03:37 -06:00
parent 3e435581d4
commit 8ad52a9e83

13
.vscode/settings.json vendored
View File

@@ -1,11 +1,13 @@
{ {
"cSpell.words": [ "cSpell.words": [
"apscheduler", "apscheduler",
"Avenir",
"backref", "backref",
"bpython", "bpython",
"Callsite", "Callsite",
"clsx", "clsx",
"excepthook", "excepthook",
"httpx",
"humanfs", "humanfs",
"humanwhocodes", "humanwhocodes",
"inmemory", "inmemory",
@@ -14,7 +16,9 @@
"migratehistory", "migratehistory",
"Nixpacks", "Nixpacks",
"nkzw", "nkzw",
"nocheck",
"ORJSON", "ORJSON",
"pacakges",
"pext", "pext",
"postcss", "postcss",
"pwdlib", "pwdlib",
@@ -24,12 +28,16 @@
"riscv", "riscv",
"rollup", "rollup",
"rtype", "rtype",
"shadcn",
"starlette", "starlette",
"structlog", "structlog",
"sugarss", "sugarss",
"tailwindcss", "tailwindcss",
"tanstack",
"timestamper", "timestamper",
"vitest" "tseslint",
"vitest",
"xdist"
], ],
"python.analysis.extraPaths": ["./backend/"], "python.analysis.extraPaths": ["./backend/"],
"editor.formatOnSave": true, "editor.formatOnSave": true,
@@ -47,6 +55,7 @@
"settings.json", "settings.json",
"*.lock", "*.lock",
"*lock.*", "*lock.*",
"package.json" "package.json",
"routeTree.gen.ts"
] ]
} }