vaadin / copilot

1 stars 0 forks source link

[BUG] Copilot IDE Plugin not detected #29

Closed bwajtr closed 1 month ago

bwajtr commented 3 months ago

Description of the Bug

  1. Using IntelliJ IDEA 2024.1.4 (Ultimate Edition)

  2. Installed Vaadin plugin (version 1.0.9)

  3. Restarted IDEA to activate the plugin

    image
  4. Started a Sprint Boot application from within Idea (using Run configuration where I'm running directly the ApplicadtionMain class)

  5. Started copilot

  6. Copilot reports that IDE plugin is not installed

    image

Expected Behavior

I'd expect that the plugin is detected

Versions

IntelliJ Idea: IntelliJ IDEA 2024.1.4 (Ultimate Edition) Hilla: 24.4.4 Flow: 24.4.4 Vaadin: 24.4.7 Copilot: 24.4.8 Copilot IDE Plugin: false Java: Eclipse Adoptium 17.0.7 Java Hotswap: false Frontend Hotswap: Disabled, using pre-built bundle OS: aarch64 Mac OS X 14.5 Browser: Mozilla/5.0 (Macintosh

MarcinVaadin commented 3 months ago

Are you using multimodule application that do not have com.vaadin dependency in root pom.xml?

bwajtr commented 3 months ago

@MarcinVaadin Yes, the project is a multimodule application, with the following structure:

image
MarcinVaadin commented 3 months ago

It's an issue with plugin itself, will be covered within https://github.com/vaadin/intellij-plugin/issues/33

Artur- commented 1 month ago

Was this fixed by https://github.com/vaadin/intellij-plugin/pull/82 ?

MarcinVaadin commented 1 month ago

Yes