vscode settings

This commit is contained in:
2025-02-25 19:21:36 +01:00
parent a26d699388
commit 484d3f9972

10
.vscode/c_cpp_properties.json vendored Normal file
View File

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