Skip to content

Commit

Permalink
adds docker feature in devvontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea authored Nov 11, 2024
1 parent f827aea commit 4dc55bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
3000
],
"workspaceFolder": "/home/runwhen/",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6

0 comments on commit 4dc55bc

Please sign in to comment.