We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187d46d commit 69ccd57Copy full SHA for 69ccd57
.devcontainer/devcontainer.json
@@ -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