Skip to content

Commit aeb9a18

Browse files
committed
chore: update container.json
1 parent 5966509 commit aeb9a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
}
3636
}
3737
},
38-
"postCreateCommand": "npm i -g forgecode && rustup component add clippy rustfmt && cargo install cargo-insta && cargo install cargo-nextest && chsh -s /usr/bin/zsh"
38+
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y fzf fd-find && npm i -g forgecode && rustup component add clippy rustfmt && cargo install cargo-insta && cargo install cargo-nextest && chsh -s /usr/bin/zsh"
3939
}

0 commit comments

Comments
 (0)