diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e913ed44..3d8733dc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,6 +3,9 @@ "features": { "ghcr.io/devcontainers/features/rust:1": { "profile": "default" + }, + "ghcr.io/devcontainers/features/python:1": { + "version": "3.11" } } }