From 4423b2fea356dc56cd73fc85fc036cd0df4f4aec Mon Sep 17 00:00:00 2001 From: ludeeus Date: Tue, 30 Jul 2019 07:47:25 +0000 Subject: [PATCH] fix container format --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dedf004..795ced9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "GIT_EDTIOR='code --wait'" ], "extensions": [ - "ms-python.python" + "ms-python.python", "github.vscode-pull-request-github", "tabnine.tabnine-vscode" ],