Skip to content

Commit

Permalink
update include path for vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Dec 20, 2017
1 parent c7c21a9 commit a94cfdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include",
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include",
"${workspaceRoot}"
"${workspaceRoot}",
"${workspaceRoot}/include"
],
"defines": [],
"intelliSenseMode": "clang-x64",
Expand Down

0 comments on commit a94cfdf

Please sign in to comment.