diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 161c442..d1fd027 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" - } - } -} \ No newline at end of file + "image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye" +}