innovaker
a9f257cdec
feat(devcontainer): add forwardPorts 3000
...
Required for testing the documentation with the host's browser.
PR: #477
4 years ago
innovaker
a6a64873af
refactor(devcontainer): reorder properties
...
Reorder the file so that related properties are roughly grouped together and the order is more logical.
PR: #476
4 years ago
innovaker
2f9e8ea3c1
refactor(devcontainer): format with prettier
...
PR: #474
4 years ago
Chiyuan Zhang
9388b24e7a
zmk-config mounting based on docker volume
4 years ago
Idan Gazit
737283bcbc
Behave properly in GH Codespaces
4 years ago
Idan Gazit
63ad5b7c08
Inject $WORKSPACE_DIR into container
...
This permits users to check ZMK out into arbitrarily-named directories
4 years ago
Idan Gazit
9b29f9b861
Install SSH and GPG into container
...
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!
4 years ago
Idan Gazit
5bd09b586e
Remove Dockerfile in favor of image
...
Per the docs, we can directly specify an image in devcontainer.json:
https://code.visualstudio.com/docs/remote/devcontainerjson-reference
4 years ago
Idan Gazit
9231f6c57b
Add VSCode devcontainer configuration
4 years ago