mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-24 00:30:46 +02:00
5bd09b586e
Per the docs, we can directly specify an image in devcontainer.json: https://code.visualstudio.com/docs/remote/devcontainerjson-reference
8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"name": "ZMK Development",
|
|
"image": "zmkfirmware/zephyr-west-action-arm",
|
|
"extensions": ["ms-vscode.cpptools"],
|
|
"runArgs": ["--security-opt", "label=disable"]
|
|
}
|
|
|