Links in browse path not recognised as legit headers #872
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
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
The text was updated successfully, but these errors were encountered: