DEV/BUT1/DEV1.1/CM2 2022/.vscode/c_cpp_properties.json
2024-02-01 13:55:03 +01:00

18 lines
344 B
JSON

{
"configurations": [
{
"name": "linux-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "linux-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}