mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
meta: create devcontainer.json
Maintainer: me Compile tested: mips, ath79, OpenWrt SNAPSHOT Description: Development container configuration. The container can run locally or in cloud (Codespaces). Sample usage: easily open full-featured VS Code IDE in browser, pre-configured for OpenWrt packages development. When run in the Codespaces, the packages repo is found in /workspaces/packages. To add it to the feeds, run inside the container: $ sed -i '1s;^;src-link workspaces /workspaces/packages\n;' ~/feeds.conf.default Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
f7505326d2
commit
72a7e58059
5
.devcontainer/devcontainer.json
Normal file
5
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"image": "docker.io/openwrt/sdk",
|
||||
"features": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user