mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
zmk-config mounting based on docker volume
This commit is contained in:
committed by
Pete Johanson
parent
28a4f33ee7
commit
9388b24e7a
@@ -6,6 +6,9 @@
|
||||
"containerEnv": {"WORKSPACE_DIR": "${containerWorkspaceFolder}"},
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
},
|
||||
},
|
||||
"mounts": [
|
||||
"type=volume,source=zmk-config,target=/workspaces/zmk-config"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user