aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/ci-env/devcontainer.json
blob: 23b0555e66a43e62220f9d2bcf0dca56425e6fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "CI build container",
  "image": "ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v9",
  "features": {
  },
  "remoteUser": "buildbot",
  "customizations": {
    "vscode": {
      "extensions": ["ms-vscode.cpptools", "plorefice.devicetree"]
    }
  }
}