picom/.vscode/c_cpp_properties.json

22 lines
605 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"/usr/include",
"/usr/include/pixman-1",
"${workspaceFolder}/**"
],
"defines": [
"CONFIG_OPENGL",
"_POSIX_C_SOURCE 199309L"
],
"compilerPath": "/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}