Solo Super
Solo Super
Hi, I just ran into this problem with the incompatible `libtiff` and I managed to make it work with clues from #110. The following fixed it for me: ``` bash...
@lasuomela It's been a long time since I looked at this, so for all I know things might have changed. Anyways, the first snippet of code i posted (4 lines)...
See https://github.com/magicmonty/bash-git-prompt/issues/433
Try to remove ```json "configurationProvider": "ms-vscode.cmake-tools" ``` , then `compile_commands.json` works for me. I'm using it with [conan](https://conan.io/). --- **.vscode/c_cpp_properties.json** ```json { "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**"...