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:
parent
dde7f2c7aa
commit
054b533eb5
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue