From b01b3bb4b46aefa84d29dcaf763dbbc23cecb75e Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 5 Oct 2020 09:16:24 -0500 Subject: Attempt to fix things and fail --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode/c_cpp_properties.json') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 6e1b9ed..f9a909e 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,7 @@ { "name": "Linux", "includePath": [ - "${workspaceFolder}/**" + "${workspaceFolder}/P1/include" ], "defines": [], "compilerPath": "/usr/bin/gcc", -- cgit v1.2.3