From e7204391090c6ccaec4f20fd07d6a284bbd88dd2 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Wed, 13 Aug 2025 21:09:40 +0000 Subject: [PATCH] Add vscode file --- .vscode/c_cpp_properties.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..2ee525f --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,13 @@ +{ + "configurations": [ + { + "name": "TD2", + "cppStandard": "c++17", + "includePath": [ + "include" + ], + "compileCommands": ".vscode/compile_commands.json" + } + ], + "version": 4 +} \ No newline at end of file