Files
T2-start-2025/C/C2/.vscode/c_cpp_properties.json
Rens Pastoor 11b391b8a1 sync
2025-05-27 22:41:46 +02: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
}