-
I'm using Quarkus and its VSCode plugin in a devcontainer. I noticed, at least with resources, that an edit/safe didn't seem to trigger a live reload (I might have missed it). So I have questions:
Advice is deeply appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The hot reload does not happen until you send a HTTP request. Are you saying it does not happen in this case either? |
Beta Was this translation helpful? Give feedback.
There is no vite like experience using core Quarkus as is, because it doesn't make much sense to have it for just Rest or similar.
When doing Web/Full-Stack though, the Web Bundler extension adds support for browser live-reload and plenty of other feature to have an awesome web experience... out of the box (See doc).
It's also possible using Quinoa extension which seamlessly allows to connect with the npm-ecosystem