a9f257cdec
Required for testing the documentation with the host's browser. PR: #477
12 lines
397 B
JSON
12 lines
397 B
JSON
{
|
|
"name": "ZMK Development",
|
|
"dockerFile": "Dockerfile",
|
|
"runArgs": ["--security-opt", "label=disable"],
|
|
"containerEnv": { "WORKSPACE_DIR": "${containerWorkspaceFolder}" },
|
|
"mounts": ["type=volume,source=zmk-config,target=/workspaces/zmk-config"],
|
|
"extensions": ["ms-vscode.cpptools"],
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
},
|
|
"forwardPorts": [3000]
|
|
}
|