| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/atulk-code/click/main/.devcontainer/devcontainer.json | [Back] [Original] |
{
"name": "pallets/click",
"image": "mcr.microsoft.com/devcontainers/python:3",
"customizations": {
"vscode": {
"settings": {
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.terminal.launchArgs": [
"-X",
"dev"
]
}
}
},
"onCreateCommand": ".devcontainer/on-create-command.sh"
}
| Web Proxy Viewer | New URL | Original Page |