Skip to content

Commit

Permalink
🧹 Add common extensions to the devcontainer (LayerZero-Labs#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Feb 12, 2024
1 parent a2c9452 commit 91daef3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,22 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": false
}
},
"customizations": {
"vscode": {
"extensions": [
"bdavs.expect",
"esbenp.prettier-vscode",
"formulahendry.docker-explorer",
"dbaeumer.vscode-eslint",
"jetmartin.bats",
"shd101wyy.markdown-preview-enhanced",
"redhat.vscode-yaml",
"JuanBlanco.solidity",
"ms-vscode.makefile-tools",
"me-dutour-mathieu.vscode-github-actions",
"tamasfe.even-better-toml"
]
}
}
}

0 comments on commit 91daef3

Please sign in to comment.