{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "external/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "intelliSenseMode": "msvc-x64", "configurationProvider": "ms-vscode.cmake-tools", "cppStandard": "c++20", "browse": { "path": [ "external/**" ] } } ], "version": 4 }