Skip to content

Commit

Permalink
chore: Update devcontainer.json to include "eamodio.gitlens" extension
Browse files Browse the repository at this point in the history
This commit adds the "eamodio.gitlens" extension to the devcontainer.json file. GitLens enhances the development experience by providing advanced Git functionality and tools within the VS Code editor.
  • Loading branch information
ll7 committed May 29, 2024
1 parent 1093b98 commit 68db4ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"mhutchie.git-graph",
"ms-python.pylint",
"genieai.chatgpt-vscode",
"ms-azuretools.vscode-docker"
"ms-azuretools.vscode-docker",
"eamodio.gitlens"
]
},
"settings": {
Expand Down

0 comments on commit 68db4ef

Please sign in to comment.