summaryrefslogtreecommitdiff
path: root/.devcontainer/Dockerfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(devcontainer): ↵おさむのひと2025-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | devcontainerのバージョンアップ+Renovateでbump出来るように設定を追加 (#16793) * fix(devcontainer): devcontainerのバージョンアップ+Renovateでbump出来るように設定を追加 * Update renovate.json5 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update renovate.json5 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix matchFileNames * using trixie --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Dev Containerの設定を追加 (#9872)RyotaK2023-02-121-0/+1
* Dev Containerの設定を追加 * テンプレート生成時に含まれていたコメントを削除 * 起動スクリプトを分割 JSONの中にベタ書きすると長くなるので * 改行 * Dev Containerの使用方法を追記