Files
Seele/.vscode/c_cpp_properties.json
T

25 lines
610 B
JSON

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