Add vscode file

This commit is contained in:
2025-08-13 21:09:40 +00:00
parent 5f1e9a8d81
commit e720439109

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

@@ -0,0 +1,13 @@
{
"configurations": [
{
"name": "TD2",
"cppStandard": "c++17",
"includePath": [
"include"
],
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}