{ "id": "anaconda", "version": "1.0.4", "name": "Anaconda", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda", "options": { "version": { "type": "string", "proposals": [ "latest", "4.11.0", "4.12.0" ], "default": "latest", "description": "Select or enter an anaconda version." } }, "containerEnv": { "CONDA_DIR": "/opt/conda", "PATH": "${PATH}:${CONDA_DIR}/bin:" } }