From 7e6e431ce97069418d8ab13f80b8b17ff717ba36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 00:46:58 +0000 Subject: [PATCH] modified: devops/templates/devcontainer.json --- devops/templates/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] } }