spiegel-keyman/docs/settings/linux/c_cpp_properties.json
2021-07-23 10:16:14 +02:00

15 lines
425 B
JSON

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