From 65d2f1c04179f67be19425986f5c7abd82c2edf3 Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 6 Jan 2023 19:03:35 +0100 Subject: [PATCH] Update c_cpp_properties.json --- .vscode/c_cpp_properties.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index c40fe288..19a1cc12 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -6,7 +6,11 @@ "cStandard": "c17", "cppStandard": "c++20", "intelliSenseMode": "gcc-x64", - "configurationProvider": "ms-vscode.cmake-tools" + "configurationProvider": "ms-vscode.cmake-tools", + "includePath": [ + "${default}", + "${workspaceFolder}/base/usr/include" + ] } ], "version": 4