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
reload vscode, only open a.hrl and b.hrl, F12 record a and b
1, aa.erl and bb.erl can be found
2. src/abc/a.erl and src/abc/b/b.erl cant be found
3. open src/abc/a.erl(or b.erl), then the file can be found
env:
win10
vscode~1.74.3
docker destop~4.15.0
setup:
docker run -it --name="test" -v /mnt/d/tmp:/root/tmp erlang:25.1.2.0 /bin/bash
vscode attach to /root/tmp
new terminal and type:
add
erlang_ls.config
reload vscode, only open a.hrl and b.hrl,
F12
record a and b1, aa.erl and bb.erl can be found
2. src/abc/a.erl and src/abc/b/b.erl cant be found
3. open src/abc/a.erl(or b.erl), then the file can be found
expect:
child dir in src can be found
debugger by attach
The text was updated successfully, but these errors were encountered: