diff --git a/.devcontainer/scripts/devcontainer.json b/.devcontainer/scripts/devcontainer.json deleted file mode 100644 index 17c97f1..0000000 --- a/.devcontainer/scripts/devcontainer.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "image": "mcr.microsoft.com/devcontainers/universal:2", - "features": { - "ghcr.io/devcontainers/features/rust:1": {}, - "ghcr.io/devcontainers/features/azure-cli:1": {} - }, - "postCreateCommand": "bash scripts/install.sh", - "customizations": { - "vscode": { - "extensions": [ - "rust-lang.rust-analyzer" - ] - } - } -} \ No newline at end of file