git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/.devcontainer/devcontainer.json (about)

     1  {
     2    "dockerFile": "Dockerfile",
     3    "extensions": [
     4      "golang.Go"
     5    ],
     6    "forwardPorts": [
     7      8000
     8    ]
     9  }