diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 0a72294..50fccb7 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -13,7 +13,8 @@ "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17", - "intelliSenseMode": "clang-x64" + "intelliSenseMode": "clang-x64", + "configurationProvider": "vector-of-bool.cmake-tools" } ], "version": 4