{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "E:/Program Files/LLVM/bin/clang++.exe", "cStandard": "c11", "cppStandard": "c++23" } ], "version": 4 }