summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.devcontainer/devcontainer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 6a18059..dd09e5b 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -21,7 +21,8 @@
"extensions": [
"streetsidesoftware.code-spell-checker",
"GitHub.copilot",
- "GitHub.copilot-chat"
+ "GitHub.copilot-chat",
+ "eamodio.gitlens"
]
}
}