Skip to content

Commit

Permalink
Add back the post-attach watch.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylev committed Mar 9, 2024
1 parent 7790320 commit 2fb1350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down

0 comments on commit 2fb1350

Please sign in to comment.