mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-08 14:07:35 -06:00
workspace diagnostic mode, cSpell ignorePaths
This commit is contained in:
26
.vscode/settings.json
vendored
26
.vscode/settings.json
vendored
@@ -6,24 +6,46 @@
|
|||||||
"Callsite",
|
"Callsite",
|
||||||
"clsx",
|
"clsx",
|
||||||
"excepthook",
|
"excepthook",
|
||||||
|
"humanfs",
|
||||||
|
"humanwhocodes",
|
||||||
"inmemory",
|
"inmemory",
|
||||||
|
"jridgewell",
|
||||||
"linkpulse",
|
"linkpulse",
|
||||||
"migratehistory",
|
"migratehistory",
|
||||||
"Nixpacks",
|
"Nixpacks",
|
||||||
|
"nkzw",
|
||||||
"ORJSON",
|
"ORJSON",
|
||||||
"pext",
|
"pext",
|
||||||
|
"postcss",
|
||||||
"pwdlib",
|
"pwdlib",
|
||||||
|
"pyproject",
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytz",
|
"pytz",
|
||||||
|
"riscv",
|
||||||
|
"rollup",
|
||||||
"rtype",
|
"rtype",
|
||||||
"starlette",
|
"starlette",
|
||||||
"structlog",
|
"structlog",
|
||||||
|
"sugarss",
|
||||||
"tailwindcss",
|
"tailwindcss",
|
||||||
"timestamper"
|
"timestamper",
|
||||||
|
"vitest"
|
||||||
],
|
],
|
||||||
"python.analysis.extraPaths": ["./backend/"],
|
"python.analysis.extraPaths": ["./backend/"],
|
||||||
"[github-actions-workflow]": {
|
"[github-actions-workflow]": {
|
||||||
"editor.formatOnSave": false
|
"editor.formatOnSave": false
|
||||||
},
|
},
|
||||||
"python.analysis.diagnosticMode": "workspace"
|
"python.analysis.diagnosticMode": "workspace",
|
||||||
|
"cSpell.ignorePaths": [
|
||||||
|
"package-lock.json",
|
||||||
|
"node_modules",
|
||||||
|
"vscode-extension",
|
||||||
|
".git/objects",
|
||||||
|
".vscode",
|
||||||
|
".vscode-insiders",
|
||||||
|
"settings.json",
|
||||||
|
"*.lock",
|
||||||
|
"*lock.*",
|
||||||
|
"package.json"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user