From aaade1b507f6f5d6e77d01175c1a7277e57af3ed Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Fri, 7 Apr 2023 23:39:23 +0000 Subject: [PATCH] Remove unneeded devcontainer --- .devcontainer/devcontainer.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 9416511..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "image":"mcr.microsoft.com/devcontainers/universal:2", - "customizations": { - "codespaces": { - "repositories": { - "microsoft/component-detection": { - "permissions": "read-all" - } - } - } - } -}