Files
hayodea 549f0c04f4 Tame clangd
Stop it from running on all CPUs;
Tell it not to index/build the build dirs
2026-06-10 22:05:37 -04:00

12 lines
247 B
YAML

# Project clangd configuration.
# Worker thread count (-j=1) is a clangd CLI flag; see .vscode/settings.json.
CompileFlags:
CompilationDatabase: build-agent
---
If:
PathMatch: (build/.*|b/.*|build-[^/]+/.*|b-[^/]+/.*)
Index:
Background: Skip