zmk/.devcontainer/devcontainer.json
2020-10-28 04:15:54 +00:00

14 lines
391 B
JSON

{
"name": "ZMK Development",
"dockerFile": "Dockerfile",
"extensions": ["ms-vscode.cpptools"],
"runArgs": ["--security-opt", "label=disable"],
"containerEnv": {"WORKSPACE_DIR": "${containerWorkspaceFolder}"},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"mounts": [
"source=${localEnv:ZMK_CONFIG_DIR},target=/workspaces/zmk-config,type=bind"
]
}