Skip to content

Commit

Permalink
Fix devcontainer.json format (mastodon#23715)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Feb 19, 2023
1 parent e0e63b7 commit 77779dd
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@
"service": "app",
"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": {
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down

0 comments on commit 77779dd

Please sign in to comment.