From 0d064b7808ec197835b13719af323e79f3b35e53 Mon Sep 17 00:00:00 2001 From: shivajiva101 Date: Wed, 29 Dec 2021 00:07:30 +0000 Subject: [PATCH] Added: missing / (#2253) 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"