Files
tmc/.vscode/c_cpp_properties.json
T
2021-11-04 20:56:03 -07:00

17 lines
395 B
JSON

{
"configurations": [
{
"name": "Mac",
"includePath": [
"${default}",
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [],
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "macos-gcc-arm"
}
],
"version": 4
}