Browse Source

Add VSCode devcontainer configuration

xmkb
Idan Gazit 4 years ago
parent
commit
9231f6c57b
No known key found for this signature in database
GPG Key ID: FA1E9B15C71BD7FC
  1. 1
      .devcontainer/Dockerfile
  2. 6
      .devcontainer/devcontainer.json

1
.devcontainer/Dockerfile

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

6
.devcontainer/devcontainer.json

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