{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/Inc", "${workspaceFolder}/**" ], "defines": [ "UNICODE", "_UNICODE" ], "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-gcc-x64" } ], "version": 4 }