From be6c8d9f7728ad1d13a6c16ceeb01c0ad343bf10 Mon Sep 17 00:00:00 2001 From: julien Date: Sat, 22 Mar 2025 09:56:42 +0000 Subject: [PATCH] Actualiser .vscode/c_cpp_properties.json --- .vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 79b93da..cc36737 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,10 +1,10 @@ { "configurations": [ { - "name": "JMinos", + "name": "jminos", "cppStandard": "c++20", "compileCommands": ".vscode/compile_commands.json" } ], "version": 4 -} \ No newline at end of file +}