esp-rs/esp-idf-template

WOKWI not picking up changes in wsl2 + devcontainer

vekexasia opened this issue · 1 comments

Bug description

It looks like these 2 lines https://github.com/esp-rs/esp-idf-template/blob/master/cargo/.devcontainer/devcontainer.json#L19-L21 are causing wokwi to not pick up build changes when working unders wsl2+devcontainer.

I removed those lines and everything works as expected.

Environment

  • OS: Windows 11 + WSL2
  • How did you install the environment: devcontainer

Hi! Thanks for the hint, do you mind creating a PR with the changes?