spiegel-keyman/docs/settings/linux/c_cpp_properties.json

15 lines
395 B
JSON

{
"configurations": [
{
"name": "linux",
"includePath": ["${workspaceFolder}/core/include/**"],
"defines": [],
"compilerPath": "/usr/lib/ccache/clang",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/core/build/arch/debug/compile_commands.json"
}
],
"version": 4
}