SOEM/.vscode/c_cpp_properties.json

19 lines
545 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/soem/**",
"${workspaceFolder}/oshw/linux/**",
"${workspaceFolder}/oshw/linux/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc-12",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}