Replies: 1 comment
-
|
Using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in
c_cpp_properties.json, I can set{ "configurations": [ { "includePath": [ "${workspaceFolder}/**", "/usr/local/include/**" ] } ] }My header files in
${workspaceFolder}can be searched, but it seems like always with an order by file tree.How to set the
includePathto search current directory first? Likeg++ -I./Beta Was this translation helpful? Give feedback.
All reactions