id: python
category: language
displayName: Python
description: 'CPython plus pip and common dev tooling via the upstream devcontainer feature. Pin a version with `python:<version>`.'
language:
  feature: ghcr.io/devcontainers/features/python:1
  defaultVersion: latest
  versions: [latest, 3.12, 3.11, 3.10, 3.9, 3.8]
  # Pylance is MS-Marketplace-only (not on Open VSX); VSCodium silently
  # skips it and keeps ms-python.python. See ADR 0016.
  vscodeExtensions: [ms-python.python, ms-python.vscode-pylance]
