Fix devcontainer.json format (#23715)

This commit is contained in:
Yamagishi Kazutoshi
2023-02-19 15:02:46 +09:00
committed by GitHub
parent e0e63b73ee
commit 77779ddebc

View File

@@ -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": {