From bf46877a0cd6473a7781fb2259e0e94066e4323f Mon Sep 17 00:00:00 2001 From: JooYoung Seo Date: Tue, 17 Oct 2023 21:07:54 -0500 Subject: [PATCH] add more git related vscode extensions --- .vscode/extensions.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 7a3820595..0f03ea310 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -13,7 +13,10 @@ "redhat.vscode-xml", "editorconfig.editorconfig", "github.copilot", - "github.copilot-chat" + "github.copilot-chat", + "usernamehw.errorlens", + "mhutchie.git-graph", + "eamodio.gitlens" ], "unwantedRecommendations": ["ms-vscode.js-debug"] }