vscode settings change

This commit is contained in:
2026-08-23 20:44:36 -07:00
parent 263b6da528
commit 7243e13df5
2 changed files with 71 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"configurations": [
{
"name": "Linux",
"includePath": ["${workspaceFolder}/**", "${env:VULKAN_SDK}/include"],
"defines": [],
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}