-
Just like the one described in the title. Only the libraries installed on the system are recognized by zls. |
Beta Was this translation helpful? Give feedback.
Answered by
Techatrix
Sep 10, 2022
Replies: 1 comment
-
zls automatically runs your I would recommend doing the following things to possibly find the issue:
How to open ZLS logs for some editors
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kassane
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zls automatically runs your
build.zig
and extracts all include dirs which are added withaddIncludePath
.I would recommend doing the following things to possibly find the issue:
build.zig
adds all your required include dirs withaddIncludePath
How to open ZLS logs for some editors