From 9af6401c560f615b00e065e5f39b4c9966c60ab3 Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Mon, 12 Oct 2020 16:19:18 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 90168da..8bd7138 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,5 @@ { "name": "Substrate Node template", - "dockerFile": "Dockerfile", "settings": { "terminal.integrated.shell.linux": "/bin/bash", "lldb.executable": "/usr/bin/lldb"