Actualiser .vscode/c_cpp_properties.json

This commit is contained in:
2025-03-22 09:56:42 +00:00
parent d9ccecfdd8
commit be6c8d9f77

View File

@@ -1,7 +1,7 @@
{ {
"configurations": [ "configurations": [
{ {
"name": "JMinos", "name": "jminos",
"cppStandard": "c++20", "cppStandard": "c++20",
"compileCommands": ".vscode/compile_commands.json" "compileCommands": ".vscode/compile_commands.json"
} }