Skip to content

Commit

Permalink
chore: add devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Jan 28, 2024
1 parent 4841abb commit 16b8e4d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "goresume",
"image": "ghcr.io/nikaro/debian-devcontainer:latest",
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"GitHub.copilot",
"github.vscode-github-actions",
"golang.go",
"redhat.vscode-yaml"
]
}
},
"features": {
"ghcr.io/nikaro/features/actionlint": {},
"ghcr.io/nikaro/features/go-devtools": {},
"ghcr.io/nikaro/features/pre-commit": {}
},
"mounts": [
{
"source": "${localEnv:HOME}/.config/fish",
"target": "/home/vscode/.config/fish",
"type": "bind"
},
{
"source": "${localEnv:HOME}/.config/git",
"target": "/home/vscode/.config/git",
"type": "bind"
}
]
}

0 comments on commit 16b8e4d

Please sign in to comment.