refactor(devcontainer): format with prettier

PR: #474
This commit is contained in:
innovaker 2020-12-03 00:56:18 +00:00
parent a5bddcedbe
commit 2f9e8ea3c1
1 changed files with 4 additions and 7 deletions

View File

@ -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"]
}