spiegel-keyman/docs/settings/linux/c_cpp_properties.json
2020-08-14 11:11:18 +02:00

17 lines
No EOL
475 B
JSON

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