/
UCS
/
openwrt
Обзор
Документация
Войти
/
UCS
/
openwrt
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
.devcontainer/ci-env/devcontainer.json
12 строк
261 B
Hauke Mehrtens
devcontainer: Add development environment for gihub codespace
31 окт 2023, 01:34
31 окт 2023, 01:34
ed5dbbc
Код
Авторство
О чём код?
{ "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"] } } }