diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 398214d..40a3a73 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,7 @@ { "name": "Linux", "defines": [], - "compilerPath": "/usr/bin/ninja", + "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64",