From 2e933d3b343dbfd4e11d7a3da056b1f04308cb4a Mon Sep 17 00:00:00 2001 From: George Tsiamasiotis Date: Sat, 21 Sep 2024 12:37:37 +0300 Subject: [PATCH] Added gitlens to devcontainer --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 425a282d4..63adae73d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -52,7 +52,8 @@ "csstools.postcss", "blanu.vscode-styled-jsx", "bradlc.vscode-tailwindcss", - "charliermarsh.ruff" + "charliermarsh.ruff", + "eamodio.gitlens" ], "settings": { "remote.autoForwardPorts": false,