From 3b7398599d6e9bf81d66e4e7537bbac6054c84bb Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Thu, 19 Oct 2023 13:11:27 +0200 Subject: [PATCH] readd include path --- .vscode/c_cpp_properties.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index c19ccad..4dc436b 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,6 +3,7 @@ { "name": "Blitz", "cppStandard": "c++17", + "includePath": ["include"], "compileCommands": ".vscode/compile_commands.json" } ],