1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

workspaceFolder

This commit is contained in:
Simon Haas 2024-02-05 09:32:41 +00:00
parent dde7f2c7aa
commit 054b533eb5

View file

@ -3,7 +3,7 @@
{
"name": "Alpine",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.19",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers-contrib/features/ansible:2": {}
},
@ -24,7 +24,9 @@
"ms-python.python"
]
}
}
},
"workspaceFolder": "/workspaces/ansible_collections/community/general"
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"