esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
417 stars 50 forks source link

Add devcontainer support #28

Closed SergioGasquez closed 2 years ago

SergioGasquez commented 2 years ago
ivmarkov commented 2 years ago

Thanks a lot!

ivmarkov commented 2 years ago

@SergioGasquez Would you mind looking at the CI failure and contributing a PR to fix it? Basically, you should also pass to the cargo-generate command line build step all additional parameters you've introduced. Strange that this did not fail on the PR CI.

SergioGasquez commented 2 years ago

@SergioGasquez Would you mind looking at the CI failure and contributing a PR to fix it? Basically, you should also pass to the cargo-generate command line build step all additional parameters you've introduced. Strange that this did not fail on the PR CI.

Ups! Weird that CI didn't catch it, just fixed it: #29