zmk/.vscode/c_cpp_properties.json
2022-07-21 20:35:43 +00:00

17 lines
No EOL
458 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-arm",
"compileCommands": "${workspaceFolder}/app/build/compile_commands.json"
}
],
"version": 4
}