From 6d43c0a6de1e854c6a09915b878d4f59e6a572c1 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Mon, 9 Nov 2020 08:26:54 -0600 Subject: Add new breakout --- .vscode/c_cpp_properties.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index e42bd88..fc26ed4 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -5,6 +5,7 @@ "intelliSenseMode": "gcc-x64", "compilerPath": "/usr/bin/gcc", "includePath": [ + "/usr/include/**", "${workspaceFolder}/**" ], "defines": [], -- cgit v1.2.3