{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/utility/unity/core", "${workspaceFolder}/utility/unity/fixture", // "${workspaceFolder}/test/oled/helpers/inc", // "${workspaceFolder}/test/oled/", "${workspaceFolder}/cmd_parser/", "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "C:\\Apps\\mingw64\\bin\\gcc.exe", "cStandard": "gnu17", "cppStandard": "gnu++17", "intelliSenseMode": "windows-gcc-x64" } ], "version": 4 }