概要 DevContainersのfeaturesに追加する設定がどこにあるかどこを探したら良いかわからなくなるのでメモしておく。 ここを見ろ とりあえず、Featuresを見たらだいたいのことは解決します。 featuresの仕様はここを見よう。 github.com サンプルの設定 { "name": "Python 3", "image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye", "postCreateCommand": "sh .devcontainer/postCreateCommand.sh", "feat…