summaryrefslogtreecommitdiff
path: root/.devcontainer
AgeCommit message (Collapse)Author
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