Exercises_MarkusSchmidt/sheet5/2/.vscode/c_cpp_properties.json
2025-12-02 20:28:11 +01:00

16 lines
No EOL
373 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}