Skip to content

Commit

Permalink
refactor(devcontainer): reorder properties
Browse files Browse the repository at this point in the history
Reorder the file so that related properties are roughly grouped together and the order is more logical.

PR: zmkfirmware#476
  • Loading branch information
innovaker authored and petejohanson committed Dec 7, 2020
1 parent 5122af6 commit a6a6487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ZMK Development",
"dockerFile": "Dockerfile",
"extensions": ["ms-vscode.cpptools"],
"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"
},
"mounts": ["type=volume,source=zmk-config,target=/workspaces/zmk-config"]
}
}

0 comments on commit a6a6487

Please sign in to comment.