diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f506260..ee4e19f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,6 +19,7 @@ }, "ghcr.io/duduribeiro/devcontainer-features/neovim:1": {}, "ghcr.io/duduribeiro/devcontainer-features/tmux:1": {}, + "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/nlordell/features/foundry": {} }, "customizations": { @@ -29,6 +30,7 @@ ] } }, + "postCreateCommand": "/usr/local/cargo/bin/rustup component add rust-analyzer", "runArgs": [ "--network=host" ]