diff options
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 3 |
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" ] } } |
