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
The container seems to create just fine, but when I try to cargo watch I get:
error: no such command: `watch`
Did you mean `fetch`?
View all installed commands with `cargo --list`
Find a package to install `watch` with `cargo search cargo-watch`
I have also tried ubuntu:latest with the ghcr.io/devcontainers/features/rust:1 feature with the same result. Is there a combination of image and features that makes this work?
The text was updated successfully, but these errors were encountered:
I am trying to use these features for a dev container. I have the following configuration:
The container seems to create just fine, but when I try to
cargo watch
I get:I have also tried
ubuntu:latest
with theghcr.io/devcontainers/features/rust:1
feature with the same result. Is there a combination ofimage
andfeatures
that makes this work?The text was updated successfully, but these errors were encountered: