Browse Source
Per the docs, we can directly specify an image in devcontainer.json: https://code.visualstudio.com/docs/remote/devcontainerjson-referencexmkb
Idan Gazit
4 years ago
2 changed files with 3 additions and 3 deletions
@ -1,6 +1,7 @@ |
|||||||
{ |
{ |
||||||
"name": "ZMK Development", |
"name": "ZMK Development", |
||||||
"dockerFile": "Dockerfile", |
"image": "zmkfirmware/zephyr-west-action-arm", |
||||||
"extensions": ["ms-vscode.cpptools"] |
"extensions": ["ms-vscode.cpptools"], |
||||||
|
"runArgs": ["--security-opt", "label=disable"] |
||||||
} |
} |
||||||
|
|
||||||
|
Loading…
Reference in new issue