Add VSCode devcontainer configuration
This commit is contained in:
parent
e1dcf1514f
commit
9231f6c57b
2 changed files with 7 additions and 0 deletions
1
.devcontainer/Dockerfile
Normal file
1
.devcontainer/Dockerfile
Normal file
|
@ -0,0 +1 @@
|
|||
FROM zmkfirmware/zephyr-west-action-arm
|
6
.devcontainer/devcontainer.json
Normal file
6
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "ZMK Development",
|
||||
"dockerFile": "Dockerfile",
|
||||
"extensions": ["ms-vscode.cpptools"]
|
||||
}
|
||||
|
Loading…
Reference in a new issue