Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create devcontainer.json #22196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create devcontainer.json #22196

wants to merge 1 commit into from

Commits on May 22, 2024

  1. 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>
    bam80 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1b3e9d6 View commit details
    Browse the repository at this point in the history