From 2d0fd8f9289546ab7bf1308489833f4420e7f998 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 14 Nov 2024 21:32:56 +0000 Subject: [PATCH] Delete .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 35 --------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index f7db739..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,35 +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/anaconda -{ - "name": "Anaconda (Python 3)", - "build": { - "context": "..", - "dockerfile": "Dockerfile" - }, - "customizations": { - "vscode": { - "extensions": [ - "vscjava.vscode-java-test", - "vscjava.vscode-java-dependency", - "vscjava.vscode-maven", - "redhat.java", - "vscjava.vscode-java-debug" - ] - } - } - - // 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": "python --version", - - // Configure tool-specific properties. - // "customizations": {}, - - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "root" -}