From 36f982fae6ccf2b64cfaddf9d2bbd23e657de4bf Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sun, 15 Nov 2020 14:26:14 -0600 Subject: Fix vscode --- .vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 8402ac0..44ba6cb 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,9 +1,9 @@ { "configurations": [ { - "name": "Linux (Project 2)", + "name": "Linux", "includePath": [ - "${workspaceFolder}/P2/include" + "${workspaceFolder}/**" ], "defines": [ "__USE_POSIX", -- cgit v1.2.3