Skip to content

Commit

Permalink
chore: add devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Aug 8, 2022
1 parent a43da11 commit 4eef628
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18-bullseye
22 changes: 22 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Koi",
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"editorconfig.editorconfig",
"golang.go",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
},
"postCreateCommand": "yarn && npx gulp",
"features": {
"git": "latest",
"github-cli": "latest",
"golang": "latest"
}
}

0 comments on commit 4eef628

Please sign in to comment.