1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-04-28 08:35:03 +02:00

Add back the post-attach watch.

This commit is contained in:
Kyle VanderBeek 2024-03-09 23:18:31 +00:00
parent 77903200a0
commit 2fb135026c

View File

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