From 5092e8fa8cce7af839ef36b3f7299b3e85396527 Mon Sep 17 00:00:00 2001 From: keito4 Date: Thu, 22 Jan 2026 08:22:48 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20Python=20DevContainer=20Feature?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Python開発環境をconfig-baseイメージに追加 - pip、venvなどのPython標準ツールがプリインストール - AI/MLプロジェクトでの開発をサポート Closes #366 Co-Authored-By: Claude Opus 4.5 --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fb4d45bc..57f4df56 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -27,6 +27,9 @@ "ghcr.io/schlich/devcontainer-features/playwright:0": {}, "ghcr.io/devcontainers-extra/features/supabase-cli": { "version": "latest" + }, + "ghcr.io/devcontainers/features/python:1": { + "version": "latest" } }, "overrideCommand": true,