23 lines
587 B
JSON
23 lines
587 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/include/**",
|
|
"${default}",
|
|
"/usr/include/libftdi1/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++14",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"browse": {
|
|
"path": [
|
|
"/usr/include/libftdi1/**"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
} |