diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3513fc6446..d8641749b5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { - "ghcr.io/devcontainers/features/rust:1": {}, - }, + "ghcr.io/devcontainers/features/rust:1": {} + } }