timiimit

Results 11 issues of timiimit

I am using [CMake Tools](https://github.com/microsoft/vscode-cmake-tools) extension which allows to set `cmake.buildDirectory` config variable. I wanted to specify location of `compile_commands.json` through settings like so: ```json "clangd.arguments": [ "--compile-commands-dir=${config:cmake.buildDirectory}" ], ```...