Skip to content

can't find include lib "proper/include/proper.hrl" #1104

Discussion options

You must be logged in to vote

Adjust your erlang_ls.config as follows:

deps_dirs:
  - "_build/*/lib/*"
include_dirs:
  - "_build/*/lib"
  - "_build/*/lib/*/include"
  - "include"

The important line here was:

  - "_build/*/lib"

Hopefully, once the BSP support is stable enough, the need for manual configuration will disappear altogether!

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@robertoaloi
Comment options

Comment options

You must be logged in to vote
3 replies
@hackerjones
Comment options

@hackerjones
Comment options

@hackerjones
Comment options

Answer selected by robertoaloi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1103 on October 03, 2021 19:08.