Skip to content

Commit

Permalink
Compile xtask after codespace creation (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Oct 12, 2023
1 parent 83f11a3 commit 3706f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"image":"mcr.microsoft.com/devcontainers/rust:latest",
"postCreateCommand":"./scripts/setup.sh -y",
"postCreateCommand":"./scripts/setup.sh -y && cargo xtask help",
"capAdd":[
"SYS_PTRACE"
],
Expand Down

0 comments on commit 3706f6f

Please sign in to comment.