aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorLadislav Zezula <Ladislav Zezula>2023-06-27 10:04:35 +0200
committerLadislav Zezula <Ladislav Zezula>2023-06-27 10:04:35 +0200
commitdca8554dd78a9a7f075b5b525637cef6763dcdf2 (patch)
tree2d3b33d9f4be739d6a34317e6650c2c50abe55b3 /.vscode/c_cpp_properties.json
parent1c80f7e9376bdda6012e6323846cdb568ce0bcf8 (diff)
Improved include folder
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json2
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",