zmk_mf68/.devcontainer/devcontainer.json
innovaker a6a64873af refactor(devcontainer): reorder properties
Reorder the file so that related properties are roughly grouped together and the order is more logical.

PR: #476
2020-12-06 22:54:07 -05:00

11 lines
371 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"
}
}