diff --git a/devops/templates/devcontainer.json b/devops/templates/devcontainer.json index 686462d..a60b1ea 100644 --- a/devops/templates/devcontainer.json +++ b/devops/templates/devcontainer.json @@ -18,7 +18,8 @@ "m4ns0ur.base64", "rogalmic.bash-debug", "streetsidesoftware.code-spell-checker", - "ms-azuretools.vscode-containers" + "ms-azuretools.vscode-containers", + "eamodio.gitlens" ] } }