spiegel-keyman/docs/settings/linux/c_cpp_properties.json
2022-08-11 13:18:28 +02:00

15 lines
435 B
JSON

{
"configurations": [
{
"name": "linux",
"includePath": ["${workspaceFolder}/core/include/**", "${workspaceFolder}/common/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
}