From 8c3b70311aab143a193f48f324bc0a5bf0f2ecfe Mon Sep 17 00:00:00 2001 From: Olivier Falcoz Date: Mon, 27 Nov 2023 15:37:57 +0100 Subject: [PATCH] Delete .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index e838d47..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,23 +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/ubuntu -{ - "name": "Ubuntu-Hugo", - // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/base:jammy", - "forwardPorts": [1313], - "features": { - "ghcr.io/devcontainers/features/hugo:1": { - "extended": true, - "version": "0.119.0" - } - } - - // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "uname -a", - - // Configure tool-specific properties. - // "customizations": {}, - - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "root" -}