{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/kohi.core/src/**", "${workspaceFolder}/kohi.runtime/src/**", "${workspaceFolder}/kohi.plugin.renderer.vulkan/src/**", "${workspaceFolder}/kohi.plugin.ui.standard/src/**", "${workspaceFolder}/kohi.plugin.audio.openal/src/**", "${workspaceFolder}/testbed.klib/src/**", "${VULKAN_SDK}/include" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE", "KEXPORT", "_GNU_SOURCE" ], "compilerPath": "/usr/bin/clang", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "clang-x64", "browse": { "path": [ "${workspaceRoot}", "/usr/lib/" ], "limitSymbolsToIncludedHeaders": false, } }, { "name": "Mac", "includePath": [ "${workspaceFolder}/kohi.core/src/**", "${workspaceFolder}/kohi.runtime/src/**", "${workspaceFolder}/kohi.plugin.renderer.vulkan/src/**", "${workspaceFolder}/kohi.plugin.ui.standard/src/**", "${workspaceFolder}/kohi.plugin.audio.openal/src/**", "${workspaceFolder}/testbed.klib/src/**", "${VULKAN_SDK}/include" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE", "KEXPORT" ], "compilerPath": "/usr/bin/clang", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "clang-x64" }, { "name": "Win32", "includePath": [ "${workspaceFolder}/kohi.core/src/**", "${workspaceFolder}/kohi.runtime/src/**", "${workspaceFolder}/kohi.plugin.renderer.vulkan/src/**", "${workspaceFolder}/kohi.plugin.ui.standard/src/**", "${workspaceFolder}/kohi.plugin.audio.openal/src/**", "${workspaceFolder}/testbed.klib/src/**", "${VULKAN_SDK}/include" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE", "KEXPORT" ], "windowsSdkVersion": "10.0.18362.0", "compilerPath": "C:\\Program Files\\LLVM\\bin\\clang.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "clang-x64" } ], "version": 4 }