You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "ZMK Development",
|
|
|
|
"dockerFile": "Dockerfile",
|
|
|
|
"runArgs": ["--security-opt", "label=disable"],
|
|
|
|
"containerEnv": { "WORKSPACE_DIR": "${containerWorkspaceFolder}" },
|
|
|
|
"mounts": [
|
|
|
|
"type=volume,source=zmk-root-user,target=/root",
|
|
|
|
"type=volume,source=zmk-config,target=/workspaces/zmk-config"
|
|
|
|
],
|
|
|
|
"extensions": ["ms-vscode.cpptools"],
|
|
|
|
"settings": {
|
|
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
|
|
},
|
|
|
|
"forwardPorts": [3000]
|
|
|
|
}
|