more infra/clangd updates

This commit is contained in:
Allen Hill
2026-08-19 11:45:06 -07:00
parent 6ce4c2cc21
commit 6c460aa3a0
2 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -35,7 +35,10 @@
"files.associations": {
"*.S": "avr"
},
"clangd.path": "/usr/bin/clangd"
"clangd.path": "/usr/bin/clangd",
"clangd.arguments": [
"--compile-commands-dir=${workspaceFolder}/out/build"
]
}
}
},