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