Skip to content

Commit

Permalink
update(.vscode): Include Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzis committed Dec 9, 2024
1 parent 5ebcf3d commit 95c47b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"${workspaceFolder}/alliedmodders/metamod/**",
"${workspaceFolder}/alliedmodders/metamod/core/**",
"${workspaceFolder}/src/**",
"${workspaceFolder}/vendor/**"
"${workspaceFolder}/vendor/**",
"${workspaceFolder}/vendor/LuaBridge/Source/**"
],
"defines": [
"_DEBUG",
Expand All @@ -30,7 +31,8 @@
"${workspaceFolder}/alliedmodders/metamod/**",
"${workspaceFolder}/alliedmodders/metamod/core/**",
"${workspaceFolder}/src/**",
"${workspaceFolder}/vendor/**"
"${workspaceFolder}/vendor/**",
"${workspaceFolder}/vendor/LuaBridge/Source/**"
],
"defines": [
"_DEBUG",
Expand Down

0 comments on commit 95c47b5

Please sign in to comment.