How to include target/generated-sources
directory in a maven project?
#3030
Closed
Andras-Csanyi
started this conversation in
General
Replies: 1 comment
-
The solution is further specifying the directory path. It seems the lang server does not look into the directory in a recursive fashion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Spring Graphql project where the GQL stuff is generated by this generator. The result is that NeoVim, which connects to Eclipse's Language Server using nvim-jdtls package, says the symbol is not available. Whic means that JDTLS does not include that directory. How can I tell the server that it should look into those directories?
I assume a similar problem will arise when people are using OpenApi generator or MapStruct.
I also asked the same question in the nvim-jdtls repo.
Beta Was this translation helpful? Give feedback.
All reactions