Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-16 | zmk-config mounting based on docker volume | Chiyuan Zhang | |
2020-10-12 | Behave properly in GH Codespaces | Idan Gazit | |
2020-10-09 | Inject $WORKSPACE_DIR into container | Idan Gazit | |
This permits users to check ZMK out into arbitrarily-named directories | |||
2020-10-09 | Install SSH and GPG into container | Idan 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-09 | Remove Dockerfile in favor of image | Idan Gazit | |
Per the docs, we can directly specify an image in devcontainer.json: https://code.visualstudio.com/docs/remote/devcontainerjson-reference | |||
2020-10-09 | Add VSCode devcontainer configuration | Idan Gazit | |