Skip to content

Commit

Permalink
feat: Improve devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk committed Oct 4, 2023
1 parent 4a692f6 commit 9c8c739
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
{
"name": "Rust",
"image": "mcr.microsoft.com/devcontainers/rust:1-bullseye"
"image": "mcr.microsoft.com/devcontainers/rust:1-bullseye",
"features": {
"ghcr.io/guiyomh/features/just:0": {}
},
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates",
"kokakiwi.vscode-just"
],
"settings": {
"terminal.integrated.defaultProfile": "zsh"
}
}
}
}

0 comments on commit 9c8c739

Please sign in to comment.