From dca8554dd78a9a7f075b5b525637cef6763dcdf2 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Tue, 27 Jun 2023 10:04:35 +0200 Subject: Improved include folder --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 604fa76..175b61c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -4,7 +4,7 @@ "name": "Linux", "compilerPathInCppPropertiesJson": "/usr/bin/clang", "includePath": [ - "/home/ladik/AppDir/StormLib/**" + "${workspaceFolder}/**" ], "defines": [], "compileCommands": "${workspaceFolder}/build/compile_commands.json", -- cgit v1.2.3