encore icon indicating copy to clipboard operation
encore copied to clipboard

Encore.ts - Change Detection / HMR not working on WSL2

Open thibmart1 opened this issue 9 months ago • 0 comments

Following the documentation about making a code change, the changes in my code are not being detected by the Encore CLI daemon as expected upon save. I need to kill the daemon and restart it manually to actually see the changes.

I have tried the following unsuccessfully:

  • adding --watch=true to the encore run command
  • following this workaround on a previous issue

My environment

  • WSL2 Debian on Windows 10
  • VSCode running on WSL mode

thibmart1 avatar Feb 25 '25 17:02 thibmart1