Browse Source
Reorder the file so that related properties are roughly grouped together and the order is more logical. PR: #476xmkb
innovaker
4 years ago
committed by
Pete Johanson
1 changed files with 3 additions and 3 deletions
@ -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"] |
|
||||||
} |
} |
||||||
|
Loading…
Reference in new issue