Files
paparazzi/.vscode/c_cpp_properties.json
T
Freek van Tienen e9bc7953f8 Add VSC settings
2018-06-21 16:30:02 +02:00

22 lines
557 B
JSON

{
"configurations": [
{
"name": "Linux",
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
},
"includePath": [
"${workspaceFolder}"
],
"defines": [],
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}