From 4b91f2bde0db0a56ea6e7d2d7a1c97d1336c6d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Fri, 5 Apr 2024 23:10:27 +0200 Subject: [PATCH] Update vscode c++ configuration --- .vscode/c_cpp_properties.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 6faaf51..184852b 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -11,7 +11,18 @@ ], "cStandard": "c17", "cppStandard": "c++17", - "compileCommands": "${workspaceFolder}/cmake-build-release/compile_commands.json" + "compileCommands": "${workspaceFolder}/cmake-build-release/compile_commands.json", + "configurationProvider": "ms-vscode.cmake-tools" + }, + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "cStandard": "c17", + "cppStandard": "c++17", + "configurationProvider": "ms-vscode.cmake-tools" } ], "version": 4