About hot reload in revel framework #535
-
I am developing an application using the revel framework of the go language on a mac, but even if I change the go source code locally, it will not be hot reloaded on the docker container side. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Please share a reproducer built with the same stack/components. |
Beta Was this translation helpful? Give feedback.
-
@kdrag0n |
Beta Was this translation helpful? Give feedback.
-
@kdrag0n Our investigation revealed that the issue was not with the application, but with the editor that modifies the source code. When I edit the source code from Visual Studio Code, it doesn't hot reload, I'm using the latest version of Visual Studio Code.
|
Beta Was this translation helpful? Give feedback.
Fixed for the next version. Thanks for the reproducer!
#632