From 50509baea6cd8372eaaaf583ccd71211849b78fb Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 6 Jan 2023 19:06:47 +0100 Subject: [PATCH] More c_cpp_properties.json --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 19a1cc12..6f53357b 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -9,7 +9,8 @@ "configurationProvider": "ms-vscode.cmake-tools", "includePath": [ "${default}", - "${workspaceFolder}/base/usr/include" + "${workspaceFolder}/base/usr/include", + "${workspaceFolder}/libc/include" ] } ],