Per the docs, we can directly specify an image in devcontainer.json: https://code.visualstudio.com/docs/remote/devcontainerjson-reference
7 lines
172 B
JSON
7 lines
172 B
JSON
{
|
|
"name": "ZMK Development",
|
|
"image": "zmkfirmware/zephyr-west-action-arm",
|
|
"extensions": ["ms-vscode.cpptools"],
|
|
"runArgs": ["--security-opt", "label=disable"]
|
|
}
|
|
|