1
0
UAHCode/CPE455/lab02/.vscode/c_cpp_properties.json
2022-08-28 16:12:16 -05:00

16 lines
326 B
JSON

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