|
@ -4,16 +4,22 @@ |
|
|
"service": "app", |
|
|
"service": "app", |
|
|
"workspaceFolder": "/mastodon", |
|
|
"workspaceFolder": "/mastodon", |
|
|
|
|
|
|
|
|
// Set *default* container specific settings.json values on container create. |
|
|
|
|
|
"settings": {}, |
|
|
|
|
|
|
|
|
// Configure tool-specific properties. |
|
|
|
|
|
"customizations": { |
|
|
|
|
|
// Configure properties specific to VS Code. |
|
|
|
|
|
"vscode": { |
|
|
|
|
|
// Set *default* container specific settings.json values on container create. |
|
|
|
|
|
"settings": {}, |
|
|
|
|
|
|
|
|
// Add the IDs of extensions you want installed when the container is created. |
|
|
|
|
|
"extensions": [ |
|
|
|
|
|
"EditorConfig.EditorConfig", |
|
|
|
|
|
"dbaeumer.vscode-eslint", |
|
|
|
|
|
"rebornix.Ruby", |
|
|
|
|
|
"webben.browserslist" |
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
// Add the IDs of extensions you want installed when the container is created. |
|
|
|
|
|
"extensions": [ |
|
|
|
|
|
"EditorConfig.EditorConfig", |
|
|
|
|
|
"dbaeumer.vscode-eslint", |
|
|
|
|
|
"rebornix.Ruby", |
|
|
|
|
|
"webben.browserslist" |
|
|
|
|
|
] |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
"features": { |
|
|
"features": { |
|
|
"ghcr.io/devcontainers/features/sshd:1": { |
|
|
"ghcr.io/devcontainers/features/sshd:1": { |
|
|