Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
build(devcontainer): add gitlens extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Feb 18, 2024
1 parent 226e0a6 commit 6a86434
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [3000]
"appPort": ["0.0.0.0:3000:3000"]
"appPort": [
"0.0.0.0:3000:3000"
],
"customizations": {
"vscode": {
"extensions": [
"eamodio.gitlens"
]
}
}

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand Down

0 comments on commit 6a86434

Please sign in to comment.