Fix devcontainer.json format (#23715)

th-downstream
Yamagishi Kazutoshi 2 years ago committed by GitHub
parent e08a42e1d7
commit 7586d9e7c5

@ -4,6 +4,10 @@
"service": "app",
"workspaceFolder": "/mastodon",
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {},
@ -13,7 +17,9 @@
"dbaeumer.vscode-eslint",
"rebornix.Ruby",
"webben.browserslist"
],
]
}
},
"features": {
"ghcr.io/devcontainers/features/sshd:1": {

Loading…
Cancel
Save