You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm currently developing a linux system program in macOS.
I've copied all linux headers to my local computer and set includePath to the directory.
However, whenever I use Peek/Goto, there are Mac related headers.
Is there any way to disable them?
I think this is a duplicate of #2564 . Our implementation of Go to Def for #include just needs to be improved. A possible workaround would be to add the folders you don't care about to the files.exclude setting.
The Mac system headers are included because "compilerPath" is not being set in c_cpp_properties.json.
I would recommend you set the "compilerPath" property to the compiler you're using and remove "~/Headers/**" from your "includePath". This will ensure the the system include path is configured correctly.
Hi,
I'm currently developing a linux system program in macOS.
I've copied all linux headers to my local computer and set
includePath
to the directory.However, whenever I use Peek/Goto, there are Mac related headers.
Is there any way to disable them?
My
c_cpp_properties.json
The text was updated successfully, but these errors were encountered: