From 716d98a7488b1195b19b1d898a53141970db9723 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Sun, 16 Feb 2025 01:59:45 -0500 Subject: [PATCH] Delete directory --- .devcontainer/devcontainer.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index feab4a3..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,28 +0,0 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/alpine -{ - "name": "Alpine", - // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/base:alpine", - - // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, - - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - - // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "uname -a", - - "customizations": { - // Configure properties specific to VS Code. - "vscode": { - "extensions": [ - "ritwickdey.liveserver" - ] - } - } - - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "root" -}