a6a64873af
Reorder the file so that related properties are roughly grouped together and the order is more logical. PR: #476
11 lines
371 B
JSON
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"
|
|
}
|
|
}
|