Files
ceedling_demo/.vscode/c_cpp_properties.json

18 lines
522 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/var/lib/gems/2.7.0/gems/ceedling-0.30.0/vendor/unity/src/",
"/var/lib/gems/2.7.0/gems/ceedling-0.30.0/vendor/cmock/src"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c99",
"cppStandard": "gnu++14",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}