How to enable vaadin copilot

Before copilot was driving me nuts. But now that i finally want to use it I can’t find it.

I just tried a bunch of combinations driven by github copilot but it still does not appear.

I can see it on the classpath. I see logging.

I added a workaround for this exception.
ClassNotFoundException: org.zeroturnaround.javarebel.ReloaderFactory

add a bunch of settings in application.properties

vaadin.productionMode=false
vaadin.devmode.enableDevTools=true
jmix.ui.devMode=true

help please.
my css skills are limited and need to improve look of my app.

Hello,

Try to do the reverse How to permanently disable Vaadin Copilot - #3 by f.zehnder

  • check if it’s excluded from your gradle.properties
  • vaadin.copilot.enable = true in the application.properties

Kind regards,
Mladen