From dc1971acef1bd6c472a4889d6db37ba9a3d5214f Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 11 Dec 2022 05:36:53 +0200 Subject: [PATCH] Typo --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index ef225a0..3e4ada4 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -4,7 +4,7 @@ "name": "Linux", "includePath": [ "${workspaceFolder}/libc/include/**", - "${workspaceFolder}/out/system/include**" + "${workspaceFolder}/out/system/include/**" ], "defines": [ "__debug_vscode__",