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