mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Remove Dockerfile in favor of image
Per the docs, we can directly specify an image in devcontainer.json: https://code.visualstudio.com/docs/remote/devcontainerjson-reference
This commit is contained in:
@@ -1 +0,0 @@
|
||||
FROM zmkfirmware/zephyr-west-action-arm
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "ZMK Development",
|
||||
"dockerFile": "Dockerfile",
|
||||
"extensions": ["ms-vscode.cpptools"]
|
||||
"image": "zmkfirmware/zephyr-west-action-arm",
|
||||
"extensions": ["ms-vscode.cpptools"],
|
||||
"runArgs": ["--security-opt", "label=disable"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user