Add VSCode devcontainer configuration

This commit is contained in:
Idan Gazit 2020-09-24 09:52:00 -07:00
parent e1dcf1514f
commit 9231f6c57b
No known key found for this signature in database
GPG Key ID: FA1E9B15C71BD7FC
2 changed files with 7 additions and 0 deletions

1
.devcontainer/Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM zmkfirmware/zephyr-west-action-arm

View File

@ -0,0 +1,6 @@
{
"name": "ZMK Development",
"dockerFile": "Dockerfile",
"extensions": ["ms-vscode.cpptools"]
}