feat: add devcontiner support

This commit is contained in:
ajschroeder
2024-12-09 22:35:44 +00:00
parent 9c3d39845d
commit c6dbdc37b8
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "Packer Examples for Proxmox",
"build": {
"dockerfile": "Dockerfile"
},
"features": {},
"customizations": {
"vscode": {
"extensions": [
"GitHub.vscode-pull-request-github",
"hashicorp.hcl",
"redhat.ansible"
]
}
}
}