From ce3e13f44b857196fcea242bb7bf446f8dea11c6 Mon Sep 17 00:00:00 2001 From: shivajiva101 Date: Tue, 28 Dec 2021 23:59:33 +0000 Subject: [PATCH] Added: missing / Specify root as the starting point for the linux compiler path --- projects/VSCode/.vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/VSCode/.vscode/c_cpp_properties.json b/projects/VSCode/.vscode/c_cpp_properties.json index c4096b3d1..cbdb51941 100644 --- a/projects/VSCode/.vscode/c_cpp_properties.json +++ b/projects/VSCode/.vscode/c_cpp_properties.json @@ -52,7 +52,7 @@ "GRAPHICS_API_OPENGL_33", "PLATFORM_DESKTOP" ], - "compilerPath": "usr/bin/clang", + "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++14", "intelliSenseMode": "clang-x64"