{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}\\FSM_OOP\\**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "C:\\mingw64\\bin\\gcc.exe", "cStandard": "c99", "cppStandard": "gnu++14", "intelliSenseMode": "windows-gcc-x64" } ], "version": 4 }