13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": ["${workspaceFolder}/**", "${env:VULKAN_SDK}/include"],
|
|
"defines": [],
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"intelliSenseMode": "linux-clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|