Files
T2-start-2025/C/t-oer-prc2-cbdb-main-Assignments-Adidas/.vscode/c_cpp_properties.json
Rens Pastoor 11b391b8a1 sync
2025-05-27 22:41:46 +02:00

18 lines
512 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/Assignments/Adidas/Unity",
"${workspaceFolder}/Assignments/Adidas/BitStuff/product"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}