1
0
mirror of https://github.com/halleysfifthinc/Toyota-AVC-LAN synced 2025-06-06 15:36:47 +00:00
Toyota-AVC-LAN/.vscode/c_cpp_properties.json
2023-08-21 20:06:30 -04:00

17 lines
418 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "${default}",
"compilerArgs": [],
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}