Skip to content

Commit

Permalink
devcontainerfish
Browse files Browse the repository at this point in the history
  • Loading branch information
vintitres authored Sep 15, 2023
1 parent cfcad60 commit 48e383a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
{
"name": "Rust",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm"
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm",
"features": {
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {}
}

// Use 'mounts' to make the cargo cache persistent in a Docker Volume.
// "mounts": [
Expand Down

0 comments on commit 48e383a

Please sign in to comment.