Files
Blitz/.vscode/c_cpp_properties.json
2023-10-19 13:11:27 +02:00

11 lines
239 B
JSON

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