oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
221 stars 25 forks source link

Gradle multi module project support #21

Open rinkesj opened 11 months ago

rinkesj commented 11 months ago

Hi,

when we open gradle multi module project problems in Problem tabs are not visible until we open specific class.

Reproduction is easy. setup simple gradle project with 2 modules and cause in both compile problem. I didnt see any problems until open that class.

Same with project explorer or standard explorer - problems are visible there until class is open. Then these modules, classes change color.

Also gradle and language server do not detect any compile issues.

Kas-tle commented 11 months ago

I am not sure if this issue is just being inherited from the netbeans java language server as I find that extension seems to flounder on multi module projects similarly.