{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**", "/home/benny/.platformio/packages/framework-arduino-avr/cores/arduino", "/home/benny/.platformio/packages/toolchain-atmelavr/avr/include" ], "defines": [], "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "linux-clang-x64" } ], "version": 4 }