{ "name": "Ansible Development Container", "image": "ghcr.io/ansible/community-ansible-dev-tools:latest", "runArgs": [ "--privileged", "-e", "GIT_EDITOR=code --wait" ], "customizations": { "vscode": { "extensions": [ "eamodio.gitlens", "redhat.ansible", "redhat.vscode-yaml", "ms-python.python" ] } } }