Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinVaadin committed Nov 18, 2024
1 parent 451b570 commit b3e65ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion articles/flow/configuration/live-reload/hotswap-agent.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you have another type of application, you'll need to pass the JVM options in

== Using Vaadin Copilot and Vaadin IDE Plugin

Copilot provides *Development Workflow* guide which helps to set up development environment including hot swap solution. Depending on project setup and used IDE, Copilot will download proper version of JDK and suggest to proper Vaadin IDE Plugin.
Depending on project setup and used IDE, Copilot will download proper version of JDK and suggest Vaadin plugin for your IDE.

Check warning on line 51 in articles/flow/configuration/live-reload/hotswap-agent.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Will] Avoid using 'will'. Raw Output: {"message": "[Vaadin.Will] Avoid using 'will'.", "location": {"path": "articles/flow/configuration/live-reload/hotswap-agent.adoc", "range": {"start": {"line": 51, "column": 50}}}, "severity": "WARNING"}

Debugging application using *Debug using HotSwap Agent* from Vaadin IDE plugin will automatically check if you are using proper JDK, check if HotSwap Agent is available and apply additional required JVM arguments.

Check warning on line 53 in articles/flow/configuration/live-reload/hotswap-agent.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Will] Avoid using 'will'. Raw Output: {"message": "[Vaadin.Will] Avoid using 'will'.", "location": {"path": "articles/flow/configuration/live-reload/hotswap-agent.adoc", "range": {"start": {"line": 53, "column": 80}}}, "severity": "WARNING"}

Expand Down
4 changes: 4 additions & 0 deletions articles/flow/configuration/live-reload/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ As an alternative to live reload, the Jetty and TomEE Maven plugins handle autom

** <<jetty#, Automatic Restart with Jetty Maven Plugin>>
** <<cdi#, Automatic Restart with TomEE Maven Plugin>>

== Vaadin Copilot and IDE plugin

Copilot provides *Development Workflow* guide which helps to set up development environment including hot swap solution.

0 comments on commit b3e65ae

Please sign in to comment.