From 4709144c057e8129f997247611eb0edd0cae6dd3 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 7 Jan 2022 19:30:05 +0300 Subject: [PATCH] Delete .devcontainer directory --- .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 2ca4441971..0000000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "HypothesisWorks/hypothesis", - "image": "python:3.8-slim-buster", - - "settings": { - "python.pythonPath": "${workspaceFolder}/.venv/bin/python3", - }, - - // After container is created, we install all the requirements, - // and show what commands there are in our own tooling: - "postCreateCommand": "apt-get update && apt-get install -y make shellcheck && make check-installed", -}