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" ] } ],