diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 50fccb7..0a72294 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -13,8 +13,7 @@ "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17", - "intelliSenseMode": "clang-x64", - "configurationProvider": "vector-of-bool.cmake-tools" + "intelliSenseMode": "clang-x64" } ], "version": 4 diff --git a/.vscode/settings.json b/.vscode/settings.json index adec651..cd2d78b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -62,6 +62,5 @@ "variant": "cpp", "algorithm": "cpp" }, - "C_Cpp.clang_format_path": "/usr/bin/clang-format", - "cmake.configureOnOpen": true + "C_Cpp.clang_format_path": "/usr/bin/clang-format" } \ No newline at end of file