Engine2026/.vscode/c_cpp_properties.json
2026-07-04 17:43:15 +02:00

15 lines
No EOL
335 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compileCommands": [
"${workspaceFolder}/cmake-build-debug/compile_commands.json"
]
}
],
"version": 4
}