summaryrefslogtreecommitdiff
path: root/.devcontainer
AgeCommit message (Collapse)Author
2020-11-27Setup locales so make mnuconfig works properly inside the dev container ; ↵KemoNine
add nano to the dev container so git has a valid editor in case users use git directly within the container
2020-11-16zmk-config mounting based on docker volumeChiyuan Zhang
2020-10-12Behave properly in GH CodespacesIdan Gazit
2020-10-09Inject $WORKSPACE_DIR into containerIdan Gazit
This permits users to check ZMK out into arbitrarily-named directories
2020-10-09Conditionally source zephyr-env.sh in .bashrcIdan Gazit
2020-10-09Accept suggestionsIdan Gazit
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
2020-10-09Use spaces, not tabsIdan Gazit
2020-10-09Install SSH and GPG into containerIdan Gazit
Brings back the dockerfile so we can install SSH and GPG into it. This fixes git actions with SSH remotes, and GPG signing now works out of the box. This commit was made from inside the container!
2020-10-09Remove Dockerfile in favor of imageIdan Gazit
Per the docs, we can directly specify an image in devcontainer.json: https://code.visualstudio.com/docs/remote/devcontainerjson-reference
2020-10-09Add VSCode devcontainer configurationIdan Gazit