From 2cd67d31f2fa4ffb3a4b05acafbd692de1aa65d5 Mon Sep 17 00:00:00 2001 From: "Tada, Tadashi" Date: Wed, 24 Jun 2020 05:14:58 +0000 Subject: [PATCH] set correct name in devcontainer Signed-off-by: Tada, Tadashi --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 05bbf7d91..a18b3f908 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at: // https://github.com/microsoft/vscode-dev-containers/tree/v0.122.1/containers/docker-existing-dockerfile { - "name": "Existing Dockerfile", + "name": "tdiary-core", // Sets the run context to one level up instead of the .devcontainer folder. "context": "..",