zmk/.devcontainer/devcontainer.json
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
2020-10-09 18:54:27 -07:00

7 lines
172 B
JSON

{
"name": "ZMK Development",
"image": "zmkfirmware/zephyr-west-action-arm",
"extensions": ["ms-vscode.cpptools"],
"runArgs": ["--security-opt", "label=disable"]
}