yuce/erlang-vscode

Cannot find include_lib

garrensmith opened this issue · 2 comments

Hi,

I really like this plugin. Thanks for your hard work on it. I have one issue, if I import a header file like this:

-include_lib("fabric/src/fabric2.hrl")
Notice, that its in the src folder. Then I get this error:

can't find include lib "fabric/src/fabric2.hrl"

Is there a way I can fix this?

yuce commented

Hi, I guess you are using the more popular and more featureful vscode_erlang plugin: https://github.com/pgourlain/vscode_erlang

You right. Apologies.