{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "C:/Program Files/LLVM/bin/clang.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-clang-x64" } ], "version": 4 }