Skip to content

Commit

Permalink
Added devcontainer file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdarrengriffin authored Feb 4, 2025
1 parent 7b115bd commit df12b5b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "NabuCasa/support",
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"customizations": {
"vscode": {
"extensions": [
"esbenp.prettier-vscode"
]
}
}
}

0 comments on commit df12b5b

Please sign in to comment.