Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Source cargo env
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev committed May 7, 2020
1 parent ba86ef8 commit f41ef9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"**/CODE_OF_CONDUCT.md": true,
"**/LICENSE": true
}
}
},
"postCreateCommand": "source $HOME/.cargo/env",
}
3 changes: 2 additions & 1 deletion .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ apt-get install -y \
gnupg2 \
jq \
sudo \
zsh
zsh \
vim

## Install rustup and common components
curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand Down

0 comments on commit f41ef9b

Please sign in to comment.