From 2864036ec85f26e1e63370cb1f0b190eaf5d05fc Mon Sep 17 00:00:00 2001 From: vsitaraman Date: Tue, 10 Jun 2025 11:31:08 -0400 Subject: [PATCH] fix: correct include path formatting in c_cpp_properties.json --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 341687e..d938815 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -59,7 +59,7 @@ "includePath": [ "${workspaceFolder}/**", "/usr/include/x86_64-linux-gnu/qt6/**", - "/usr/local/cern/root/include/**", + "/usr/local/cern/root/include/**" ], "defines": [], "compilerPath": "/usr/bin/gcc",