2019-07-18 14:26:03 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/**",
|
2019-07-29 10:34:19 +00:00
|
|
|
"/usr/include/libgpio_sys"
|
2019-07-18 14:26:03 +00:00
|
|
|
],
|
|
|
|
"defines": [],
|
|
|
|
"compilerPath": "/usr/bin/clang",
|
|
|
|
"cStandard": "c11",
|
|
|
|
"cppStandard": "c++17",
|
|
|
|
"intelliSenseMode": "clang-x64"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|