From 76f2e6015fab359b79050b0c85b61f5dc64ef1b3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli <pvizeli@syshack.ch> Date: Mon, 12 Aug 2019 11:15:39 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c85eaece8b6..595506c8ccc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "postCreateCommand": "pip3 install -e .", "appPort": 8123, "runArgs": [ - "-e", "GIT_EDTIOR='code --wait'" + "-e", "GIT_EDITOR='code --wait'" ], "extensions": [ "ms-python.python", -- GitLab