zmk-config mounting based on docker volume
This commit is contained in:
parent
28a4f33ee7
commit
9388b24e7a
2 changed files with 21 additions and 1 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue