2
0

devcontainer.json 261 B

123456789101112
  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. }