Files
Blitz2/.vscode/c_cpp_properties.json
2024-06-09 12:16:18 +02:00

13 lines
217 B
JSON

{
"configurations": [
{
"name": "Linux",
"cppStandard": "c++20",
"includePath": [
"include"
],
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}