Skip to content

Commit

Permalink
add extension to devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Feb 1, 2024
1 parent 601225d commit 0e631a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/humble/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools"
"ms-vscode.cpptools",
"eamodio.gitlens"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/iron-remote/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools"
"ms-vscode.cpptools",
"eamodio.gitlens"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/iron/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools"
"ms-vscode.cpptools",
"eamodio.gitlens"
]
}
}
Expand Down

0 comments on commit 0e631a3

Please sign in to comment.