emacs-lsp/lsp-java

may not be accessible to clients due to missing ’requires transitive’, adding it breaks company-capf

Opened this issue · 0 comments

I am getting this warning when using a module-path.java.

If i declare requires transitive in my module-path.java the warning goes away but then it breaks company.

Company: backend company-capf error "Internal error." with args (candidates jav)

Removing it allows company to work again but I am left with the warning above.

Has anyone ran into this issue when using module-path.java?