From 26c50d53bd3814394465cf8bd8c0d32fae783dc2 Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Fri, 11 Apr 2025 11:54:12 +0000 Subject: [PATCH] Add gitlens to vscode extentions (#31) Co-authored-by: hiifong Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/31 Reviewed-by: hiifong Co-authored-by: yp05327 <576951401@qq.com> Co-committed-by: yp05327 <576951401@qq.com> --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3e96835..67bcc20 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,8 @@ "golang.go", "stylelint.vscode-stylelint", "DavidAnson.vscode-markdownlint", - "github.copilot" + "github.copilot", + "eamodio.gitlens" ] } }