17 lines
536 B
JSON
17 lines
536 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
|
|
{
|
|
"name": "Debian",
|
|
"image": "mcr.microsoft.com/devcontainers/base:trixie",
|
|
"postCreateCommand": "bash ./.devcontainer/postCreateCommand.sh",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"jebbs.plantuml",
|
|
"xdebug.php-pack",
|
|
"bmewburn.vscode-intelephense-client"
|
|
]
|
|
}
|
|
}
|
|
}
|