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