From beb447db2ffe03728d5ded11768e5f7fd5a2dc75 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 29 Jan 2019 16:40:33 -0500 Subject: added JSON (alpha) --- .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 180ed08..f4b0568 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,7 @@ { "name": "Win32", "includePath": [ - "${workspaceFolder}/**" + "${workspaceFolder}" ], "defines": [ "_DEBUG", -- cgit v1.2.3