Skip to content

Commit 2598b13

Browse files
committed
Add devcontainer config
1 parent 3256d17 commit 2598b13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "leeway",
3+
"image": "mcr.microsoft.com/devcontainers/go:1.21",
4+
// Features to add to the dev container. More info: https://containers.dev/features.
5+
"features": {}
6+
}

0 commit comments

Comments
 (0)