25 lines
771 B
JSON
25 lines
771 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Arduino",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/usr/share/arduino/hardware/arduino/avr/**",
|
|
"/usr/share/avr/avr/**",
|
|
"/usr/share/avr/lib/**",
|
|
"/usr/share/avr/lib/gcc/avr/8.3.0/include/**",
|
|
"/home/xdrm-brackets/Arduino/libraries/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c11",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "clang-x64",
|
|
"browse": {
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
"databaseFilename": ""
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
} |