Skip to content

Commit

Permalink
chore: add dev container file [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Apr 6, 2024
1 parent 950a386 commit 48c2ca9
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
@@ -0,0 +1,17 @@
{
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/typescript:2": {}
},
"customizations": {
"vscode": {
"extensions": [
"blipn.terminal-icon",
"eamodio.gitlens",
"redhat.vscode-xml",
"redhat.vscode-yaml"
]
}
}
}

0 comments on commit 48c2ca9

Please sign in to comment.