Rowan-Classes/4th-Semester-Spring-2023/Embedded/MSP-Testing/.vscode/c_cpp_properties.json
2024-02-22 14:24:32 -05:00

17 lines
403 B
JSON
Executable File

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