From 51431667e2e16f8162fb1700dcd5ada2f6662d28 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 22 Oct 2020 08:02:58 -0500 Subject: Change includepath for Project 2 --- .vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 132f1f2..6e3e2bc 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,9 +1,9 @@ { "configurations": [ { - "name": "Linux", + "name": "Linux (Project 2)", "includePath": [ - "${workspaceFolder}" + "${workspaceFolder}/P2/include" ], "defines": [], "compilerPath": "/usr/bin/gcc", -- cgit v1.2.3