diff options
author | Ladislav Zezula <Ladislav Zezula> | 2023-06-27 10:04:35 +0200 |
---|---|---|
committer | Ladislav Zezula <Ladislav Zezula> | 2023-06-27 10:04:35 +0200 |
commit | dca8554dd78a9a7f075b5b525637cef6763dcdf2 (patch) | |
tree | 2d3b33d9f4be739d6a34317e6650c2c50abe55b3 | |
parent | 1c80f7e9376bdda6012e6323846cdb568ce0bcf8 (diff) |
Improved include folder
-rw-r--r-- | .vscode/c_cpp_properties.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |