mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
refactor(devcontainer): reorder properties
Reorder the file so that related properties are roughly grouped together and the order is more logical. PR: #476
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "ZMK Development",
|
"name": "ZMK Development",
|
||||||
"dockerFile": "Dockerfile",
|
"dockerFile": "Dockerfile",
|
||||||
"extensions": ["ms-vscode.cpptools"],
|
|
||||||
"runArgs": ["--security-opt", "label=disable"],
|
"runArgs": ["--security-opt", "label=disable"],
|
||||||
"containerEnv": { "WORKSPACE_DIR": "${containerWorkspaceFolder}" },
|
"containerEnv": { "WORKSPACE_DIR": "${containerWorkspaceFolder}" },
|
||||||
|
"mounts": ["type=volume,source=zmk-config,target=/workspaces/zmk-config"],
|
||||||
|
"extensions": ["ms-vscode.cpptools"],
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash"
|
"terminal.integrated.shell.linux": "/bin/bash"
|
||||||
},
|
}
|
||||||
"mounts": ["type=volume,source=zmk-config,target=/workspaces/zmk-config"]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user