From f7a369a18797daefe10abc1fdf21825256f0dfef Mon Sep 17 00:00:00 2001 From: Allison Thackston Date: Sun, 30 May 2021 22:16:35 -0700 Subject: [PATCH] update devcontainer (#179) --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ca596fae..1b5a1743 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -37,7 +37,8 @@ "redhat.vscode-yaml", "znck.grammarly", "yzhang.markdown-all-in-one", - "shakram02.bash-beautify" + "shakram02.bash-beautify", + "eamodio.gitlens" ], // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "pip install --upgrade pip && pip install --user -r requirements.txt",