Skip to content

Commit

Permalink
Create .devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkellly committed May 13, 2024
1 parent ba9f7bd commit 38d0771
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Bun",
"image": "ghcr.io/nhaef/devcontainer-bun:latest",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint"
]
}
}
}

0 comments on commit 38d0771

Please sign in to comment.