Copilot not working

Hi,

I had copilot disabled for a bit since a version bump a while a ago.
Didn’t had time to investigate then, but I’m trying to re-enable it now.

Currently on 25.1.0.

I did some digging and I’m running into a List.of(null) in JavaSourcePathDetector.

Not sure if this is a bug in Copilot, or something wrong with my setup?

Thanks for helping out!

Kind regards,
Kristof.

It looks like a project structure that Copilot cannot handle, indeed. Copilot uses Vaadin IDEA plugin to detect and resolve modules in the project when available. Otherwise, Copilot assumes the project structure as single module, and resolving it from the available data within the application context

Could you share more details about your environment?
Do you happen to have Vaadin IDEA plugin installed? - Based on the breakpoint in screenshot, you have the plugin. Could you share the version of the Plugin?
Are there any log messages that Copilot printed?