{ "name": "Python 3", "image": "python:3.11.14-alpine3.23", "customizations": { "vscode": { "extensions": [ "ms-python.python", "ms-python.vscode-pylance" ] } }, "postCreateCommand": "pip install --upgrade pip", "forwardPorts": [], "remoteUser": "root" }