From b58cef5658c7fbfad7aa9884239cae01eddb3aa0 Mon Sep 17 00:00:00 2001 From: Quinten Kock Date: Fri, 4 Dec 2020 03:09:01 +0100 Subject: [PATCH] fix VSCode config --- .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 11dcf51..d823b36 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -4,7 +4,7 @@ "name": "Linux", "includePath": [ "${workspaceFolder}/**", - "${workspaceFolder}/ext/limine/stivale" + "${workspaceFolder}/ext" ], "defines": [], "compilerPath": "/usr/bin/clang", @@ -15,4 +15,4 @@ } ], "version": 4 -} \ No newline at end of file +}