From d41735e08939362af2e68f3941068b5bd9e093b3 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 22 Oct 2020 08:00:29 -0500 Subject: Fix Dependencies --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index f9a909e..132f1f2 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,7 @@ { "name": "Linux", "includePath": [ - "${workspaceFolder}/P1/include" + "${workspaceFolder}" ], "defines": [], "compilerPath": "/usr/bin/gcc", -- cgit v1.2.3