Files
Blitz/.vscode/c_cpp_properties.json
2024-03-19 12:03:12 +01:00

13 lines
217 B
JSON

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