Skip to content

Commit

Permalink
Add devcontainer to ease startup
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Sep 13, 2024
1 parent 3f44a09 commit cf182b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"image": "mcr.microsoft.com/devcontainers/jekyll",
"customizations": {
"vscode": {
"extensions": [
"rebornix.Ruby",
"DavidAnson.vscode-markdownlint"
]
}
}
}

0 comments on commit cf182b1

Please sign in to comment.