Skip to content

Commit

Permalink
Update devcontainer configuration (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikis05 authored May 26, 2024
1 parent 3f090bf commit 69d90c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ghcr.io/devcontainers/features/rust:1": {
"version": "latest",
"profile": "minimal"
}
"ghcr.io/devcontainers/features/rust:1": {}
}

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit 69d90c7

Please sign in to comment.