17 lines
410 B
JSON
17 lines
410 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"/usr/include/libftdi1"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/clang",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "clang-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|