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 +}