Files
devcontainers/devops/templates/devcontainer.json
Márcio Fernandes 7e6e431ce9
All checks were successful
/ build-docker-image (push) Successful in 12s
modified: devops/templates/devcontainer.json
2025-11-22 00:46:58 +00:00

27 lines
610 B
JSON

{
"image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest",
"remoteUser": "vscode",
"name": "devops-devs",
"runArgs": [
"--hostname=devops"
],
"customizations": {
"vscode": {
"extensions": [
"ms-kubernetes-tools.vscode-kubernetes-tools",
"redhat.ansible",
"mtxr.sqltools-driver-mysql",
"stateful.runme",
"yzhang.markdown-all-in-one",
"davidanson.vscode-markdownlint",
"eamodio.gitlens",
"m4ns0ur.base64",
"rogalmic.bash-debug",
"streetsidesoftware.code-spell-checker",
"ms-azuretools.vscode-containers",
"eamodio.gitlens"
]
}
}
}