Files
TopTeamBedrijfssimulaties-S…/.vscode/c_cpp_properties.json
2022-11-12 19:02:52 +01:00

16 lines
385 B
JSON

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