{ "id": "python", "name": "python", "version": "2.2.0", "documentationURL": "https://github.com/nikaro/features/tree/main/src/python", "description": "Python installation.", "options": { "version": { "default": "3.12", "description": "Python version to install. Defaults to the latest version available.", "proposals": ["3.11", "3.9"], "type": "string" }, "debug": { "default": false, "description": "Enable debug logging.", "type": "boolean" } }, "customizations": { "vscode": { "extensions": ["ms-python.python"] } }, "installsAfter": [ "ghcr.io/nikaro/features/packages", "ghcr.io/nikaro/features/pyenv" ] }