Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links in browse path not recognised as legit headers #872

Closed
nitrologic opened this issue Jul 6, 2017 · 2 comments
Closed

Links in browse path not recognised as legit headers #872

nitrologic opened this issue Jul 6, 2017 · 2 comments
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service

Comments

@nitrologic
Copy link

To reproduce start with simple c++ program in which the dependency uses a file link (ncurses.h->curses.h).

#include <ncurses.h>

Note the include file is "not found in browse path" even though the /usr/include does have an ncurses.h file as show here:

lrwxrwxrwx 1 root root 8 Feb 19 2016 ncurses.h -> curses.h

@sean-mcmanus
Copy link
Contributor

sean-mcmanus commented Jul 7, 2017

I've reproed the issue. It doesn't repro on Windows (via hard links).

@sean-mcmanus sean-mcmanus added the fixed Check the Milestone for the release in which the fix is or will be available. label Jul 11, 2017
@sean-mcmanus
Copy link
Contributor

Fix has been released.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service
Projects
None yet
Development

No branches or pull requests

3 participants