Skip to content

Commit 69ccd57

Browse files
committed
Add devcontainer config
1 parent 187d46d commit 69ccd57

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.devcontainer/devcontainer.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// For format details, see https://aka.ms/devcontainer.json.
2+
{
3+
"name": "Avalanche-Network-Runner Dev Container",
4+
5+
"image": "golang:latest",
6+
"runArgs": ["--network=host"],
7+
8+
"remoteEnv": {
9+
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/bin"
10+
}
11+
}

0 commit comments

Comments
 (0)