From dda3f874f978f5532ef1350eee20c52401acdceb Mon Sep 17 00:00:00 2001 From: Aaron Wislang Date: Mon, 19 Jan 2026 18:34:09 -0500 Subject: [PATCH] chore: remove outdated devcontainer scripts directory --- .devcontainer/scripts/devcontainer.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .devcontainer/scripts/devcontainer.json 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