Skip to content

Commit

Permalink
Add devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeurts committed Jan 26, 2023
1 parent 28dc383 commit 2e49c3d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "bigal",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "lts"
}
},
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig"
]
}
},
"postCreateCommand": "npm install"
}

0 comments on commit 2e49c3d

Please sign in to comment.