You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you can't really do cargo run in a devcontainer but if in .cargo/config.toml runner = "web-flash --chip esp32" is you can just use cargo run and it should work
Would you like to implement this feature? [y/n]
N (i have no idea how cargo generate works but I could try over a few weeks when/if i have time)
Solution
Already mentioned in motivation but
When using a dev container setting runner = "web-flash --chip esp32" in .cargo/config.toml
Alternatives
the current solution
The text was updated successfully, but these errors were encountered:
Im not sure if we should add this change as, in some OS, you can map the serial devices to the container and use espflash and I guess not everyone uses web-flash as it does not support all the devices
Motivations
Currently you can't really do cargo run in a devcontainer but if in .cargo/config.toml
runner = "web-flash --chip esp32"
is you can just use cargo run and it should workN (i have no idea how cargo generate works but I could try over a few weeks when/if i have time)
Solution
Already mentioned in motivation but
When using a dev container setting
runner = "web-flash --chip esp32"
in .cargo/config.tomlAlternatives
the current solution
The text was updated successfully, but these errors were encountered: