From 7bd945db4d85d245471e63ce98857863ddd868e8 Mon Sep 17 00:00:00 2001 From: art Date: Sun, 5 Apr 2020 21:36:12 +0000 Subject: [PATCH] added gitgraph to vscode container --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8084ac04..9b5120ed 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,5 +19,8 @@ "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint", "python.testing.pytestPath": "/usr/local/py-utils/bin/pytest" }, + "extensions": [ + "mhutchie.git-graph", + ], "postCreateCommand": "pip install -r analysis-master/analysis-amd64/requirements.txt" } \ No newline at end of file