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

Commit f41ef9b

Browse files
committed
Source cargo env
1 parent ba86ef8 commit f41ef9b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"**/CODE_OF_CONDUCT.md": true,
1414
"**/LICENSE": true
1515
}
16-
}
16+
},
17+
"postCreateCommand": "source $HOME/.cargo/env",
1718
}

.devcontainer/setup.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ apt-get install -y \
66
gnupg2 \
77
jq \
88
sudo \
9-
zsh
9+
zsh \
10+
vim
1011

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

0 commit comments

Comments
 (0)