devcontainer: Add development environment for gihub codespace
[openwrt/staging/nbd.git] / .devcontainer / ci-env / devcontainer.json
1 {
2 "name": "CI build container",
3 "image": "ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v9",
4 "features": {
5 },
6 "remoteUser": "buildbot",
7 "customizations": {
8 "vscode": {
9 "extensions": ["ms-vscode.cpptools", "plorefice.devicetree"]
10 }
11 }
12 }