Files
shmem/.vscode/settings.json

9 lines
316 B
JSON

{
"clangd.arguments": ["-background-index", "-compile-commands-dir=builddir/"],
"editor.formatOnType": false,
"editor.formatOnSave": true,
"clang-tidy.buildPath": "builddir/",
"clangd.onConfigChanged": "restart",
"C_Cpp.default.compileCommands": "/home/moritz/src/shmem/builddir/compile_commands.json"
}