Add back the post-attach watch.

pull/1877/head
Kyle VanderBeek 2 months ago
parent 77903200a0
commit 2fb135026c

@ -1,6 +1,7 @@
{ {
"image": "mcr.microsoft.com/devcontainers/rust:1", "image": "mcr.microsoft.com/devcontainers/rust:1",
"updateContentCommand": "cargo build", "updateContentCommand": ["cargo", "build"],
"postAttachCommand": ["rustlings", "watch"],
"remoteEnv": { "remoteEnv": {
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug" "PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
} }

Loading…
Cancel
Save