diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 1417d5e..590ee2c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -9,8 +9,7 @@ "compilerPath": "/usr/bin/gcc", "cStandard": "gnu11", "cppStandard": "c++14", - "intelliSenseMode": "linux-clang-x64", - "configurationProvider": "ms-vscode.makefile-tools" + "intelliSenseMode": "linux-clang-x64" } ], "version": 4