add header tracking + automatic generation of compile_commands.json

This commit is contained in:
2025-01-20 21:56:10 +01:00
parent a8efd5875d
commit 6f780e66c1
2 changed files with 22 additions and 22 deletions

8
.vscode/tasks.json vendored
View File

@@ -48,14 +48,6 @@
"isDefault": false
},
"detail": "builds the program for web using emscripten"
},
{
"label": "create compile_commands.json",
"type": "shell",
"command": "bear -- make",
"runOptions": {
"runOn": "folderOpen"
}
}
]
}