Browse Source

refactor(devcontainer): format with prettier

PR: #474
xmkb
innovaker 4 years ago
parent
commit
2f9e8ea3c1
  1. 5
      .devcontainer/devcontainer.json

5
.devcontainer/devcontainer.json

@ -7,8 +7,5 @@ @@ -7,8 +7,5 @@
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"mounts": [
"type=volume,source=zmk-config,target=/workspaces/zmk-config"
]
"mounts": ["type=volume,source=zmk-config,target=/workspaces/zmk-config"]
}

Loading…
Cancel
Save