Files
jminos/.vscode/c_cpp_properties.json
2025-02-25 19:21:36 +01:00

10 lines
168 B
JSON

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