Skip to content

Commit

Permalink
chore(dev_container): install rustfmt(nightly) (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 authored Jan 25, 2025
1 parent 27b99ca commit 376bd56
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
Expand Up @@ -21,7 +21,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "",
"postCreateCommand": "rustup toolchain install nightly && rustup component add rustfmt --toolchain nightly"

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 376bd56

Please sign in to comment.