Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelmas authored Dec 27, 2023
1 parent be3ff37 commit 4edc923
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
{
"name": "Rust",
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "20",
"nvmVersion": "latest"
},
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"version": "latest"
}
}
}
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye"
}

0 comments on commit 4edc923

Please sign in to comment.